diff options
Diffstat (limited to 'src/include/access/ginxlog.h')
-rw-r--r-- | src/include/access/ginxlog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/ginxlog.h b/src/include/access/ginxlog.h index 21de389d79a..7f985039bbc 100644 --- a/src/include/access/ginxlog.h +++ b/src/include/access/ginxlog.h @@ -110,7 +110,7 @@ typedef struct typedef struct ginxlogSplit { - RelFileNode node; + RelFileLocator locator; BlockNumber rrlink; /* right link, or root's blocknumber if root * split */ BlockNumber leftChildBlkno; /* valid on a non-leaf split */ @@ -167,7 +167,7 @@ typedef struct ginxlogDeletePage */ typedef struct ginxlogUpdateMeta { - RelFileNode node; + RelFileLocator locator; GinMetaPageData metadata; BlockNumber prevTail; BlockNumber newRightlink; |