diff options
Diffstat (limited to 'src/include/access/ginxlog.h')
-rw-r--r-- | src/include/access/ginxlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/ginxlog.h b/src/include/access/ginxlog.h index 8decc42cdbe..641ae252fa3 100644 --- a/src/include/access/ginxlog.h +++ b/src/include/access/ginxlog.h @@ -87,7 +87,7 @@ typedef struct * added, followed by the items themselves as ItemPointers. DELETE actions * have no further data. */ -} ginxlogSegmentAction; +} ginxlogSegmentAction; /* Action types */ #define GIN_SEGMENT_UNMODIFIED 0 /* no action (not used in WAL records) */ |