Content-Length: 271144 | pFad | http://github.com/postgrespro/postgres/commit/6668ad1d7004e9420107dda5bab1690193b13bc6

A9 Fix declaration of GinVacuumState. · postgrespro/postgres@6668ad1 · GitHub
Skip to content

Commit 6668ad1

Browse files
committed
Fix declaration of GinVacuumState.
gcc 4.8 was happy with having a duplicate typedef, but most compilers seem not to be, per buildfarm.
1 parent 36a35c5 commit 6668ad1

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-
typedef struct GinVacuumState
25+
struct GinVacuumState
2626
{
2727
Relation index;
2828
IndexBulkDeleteResult *result;
@@ -31,7 +31,7 @@ typedef struct GinVacuumState
3131
GinState ginstate;
3232
BufferAccessStrategy strategy;
3333
MemoryContext tmpCxt;
34-
} GinVacuumState;
34+
};
3535

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

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/6668ad1d7004e9420107dda5bab1690193b13bc6

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy