diff options
Diffstat (limited to 'src/include/access/hash.h')
-rw-r--r-- | src/include/access/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/hash.h b/src/include/access/hash.h index e3135c1738e..ccdf9dff4bb 100644 --- a/src/include/access/hash.h +++ b/src/include/access/hash.h @@ -133,7 +133,7 @@ typedef struct HashScanPosData int itemIndex; /* current index in items[] */ HashScanPosItem items[MaxIndexTuplesPerPage]; /* MUST BE LAST */ -} HashScanPosData; +} HashScanPosData; #define HashScanPosIsPinned(scanpos) \ ( \ |