summaryrefslogtreecommitdiff
path: root/src/include/access/hash_xlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/hash_xlog.h')
-rw-r--r--src/include/access/hash_xlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/hash_xlog.h b/src/include/access/hash_xlog.h
index d4a6a71ca7a..b78672f4dcc 100644
--- a/src/include/access/hash_xlog.h
+++ b/src/include/access/hash_xlog.h
@@ -63,7 +63,7 @@ typedef struct xl_hash_createidx
double num_tuples;
RegProcedure procid;
uint16 ffactor;
-} xl_hash_createidx;
+} xl_hash_createidx;
#define SizeOfHashCreateIdx (offsetof(xl_hash_createidx, ffactor) + sizeof(uint16))
/*