pgsql: Fix incorrect routine name in xlog_heapam.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect routine name in xlog_heapam.h
Date: 2018-11-10 00:00:51
Message-ID: E1gLGhn-0006eg-6D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3ce12018948b2c4ead9a47df7ae0b5ffa2fe06d0

Modified Files
--------------
src/include/access/heapam_xlog.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-11-10 01:27:17 pgsql: Don't require return slots for nodes without projection.
Previous Message Alvaro Herrera 2018-11-09 16:16:16 pgsql: Indicate session name in isolationtester notices