Skip to content

Commit 3ce1201

Browse files
committed
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
1 parent a28e10e commit 3ce1201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/heapam_xlog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ typedef struct xl_heap_delete
111111
#define SizeOfHeapDelete (offsetof(xl_heap_delete, flags) + sizeof(uint8))
112112

113113
/*
114-
* xl_heap_delete flag values, 8 bits are available.
114+
* xl_heap_truncate flag values, 8 bits are available.
115115
*/
116116
#define XLH_TRUNCATE_CASCADE (1<<0)
117117
#define XLH_TRUNCATE_RESTART_SEQS (1<<1)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy