Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit62e2809

Browse files
committed
Remove useless inline marker.
Putting "inline" on a function that's not used anywhere in itsown file is useless unless the linker is doing global optimization,a method we don't generally enable. Moreover, it draws warningsfrom some buildfarm members (curculio at least).Looks like this was sloppiness incc8b257, which moved thefunction from somewhere else where the inline marker wasmore appropriate.
1 parent4f02cbc commit62e2809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/commands/vacuum.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,7 @@ vac_cleanup_one_index(IndexVacuumInfo *ivinfo, IndexBulkDeleteResult *istat)
23172317
* Returns the total required space for VACUUM's dead_items array given a
23182318
* max_items value.
23192319
*/
2320-
inlineSize
2320+
Size
23212321
vac_max_items_to_alloc_size(intmax_items)
23222322
{
23232323
Assert(max_items <=MAXDEADITEMS(MaxAllocSize));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp