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

Commit6668ad1

Browse files
committed
Fix declaration of GinVacuumState.
gcc 4.8 was happy with having a duplicate typedef, but most compilers seem notto be, per buildfarm.
1 parent36a35c5 commit6668ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/access/gin/ginvacuum.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include"storage/lmgr.h"
2323
#include"utils/memutils.h"
2424

25-
typedefstructGinVacuumState
25+
structGinVacuumState
2626
{
2727
Relationindex;
2828
IndexBulkDeleteResult*result;
@@ -31,7 +31,7 @@ typedef struct GinVacuumState
3131
GinStateginstate;
3232
BufferAccessStrategystrategy;
3333
MemoryContexttmpCxt;
34-
}GinVacuumState;
34+
};
3535

3636
/*
3737
* Vacuums an uncompressed posting list. The size of the must can be specified

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp