pgsql: Fix comment in heapam.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in heapam.c
Date: 2020-01-13 08:59:22
Message-ID: E1iqvZC-0003IK-5d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment in heapam.c

Improvement per suggestion from Tom Lane.

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/FED18699-4270-4778-8DA8-10F119A5ECF3@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7689d907bbb177fa2a8f5aca3f968761dd16bf28

Modified Files
--------------
src/backend/access/heap/heapam.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-01-13 09:41:59 pgsql: Fix typo.
Previous Message Andrew Dunstan 2020-01-13 07:55:44 pgsql: Only superuser can set sslcert/sslkey in postgres_fdw user mappi