Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ce1201

Browse files
committed
Fix incorrect routine name in xlog_heapam.h
s/xl_heap_delete/xl_heap_truncate/ in a comment block referring to flagsfor truncation.Discussion:https://postgr.es/m/20180413034734.GE1552@paquier.xyz
1 parenta28e10e commit3ce1201

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
#defineSizeOfHeapDelete(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
#defineXLH_TRUNCATE_CASCADE(1<<0)
117117
#defineXLH_TRUNCATE_RESTART_SEQS(1<<1)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp