]> granicus.if.org Git - postgresql/commit
Fix incorrect routine name in xlog_heapam.h
authorMichael Paquier <michael@paquier.xyz>
Fri, 9 Nov 2018 23:58:55 +0000 (08:58 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 9 Nov 2018 23:58:55 +0000 (08:58 +0900)
commit3ce12018948b2c4ead9a47df7ae0b5ffa2fe06d0
treec70667600a8da22c65cb01b22d9ff3a6022e32ff
parenta28e10e82e540d45e448bc404af76df8a54008f1
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
src/include/access/heapam_xlog.h