Commit 3ce12018 authored by Michael Paquier's avatar Michael Paquier

Fix incorrect routine name in xlog_heapam.h

s/xl_heap_delete/xl_heap_truncate/ in a comment block referring to flags
for truncation.

Discussion: https://postgr.es/m/20180413034734.GE1552@paquier.xyz
parent a28e10e8
...@@ -111,7 +111,7 @@ typedef struct xl_heap_delete ...@@ -111,7 +111,7 @@ typedef struct xl_heap_delete
#define SizeOfHeapDelete (offsetof(xl_heap_delete, flags) + sizeof(uint8)) #define SizeOfHeapDelete (offsetof(xl_heap_delete, flags) + sizeof(uint8))
/* /*
* xl_heap_delete flag values, 8 bits are available. * xl_heap_truncate flag values, 8 bits are available.
*/ */
#define XLH_TRUNCATE_CASCADE (1<<0) #define XLH_TRUNCATE_CASCADE (1<<0)
#define XLH_TRUNCATE_RESTART_SEQS (1<<1) #define XLH_TRUNCATE_RESTART_SEQS (1<<1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment