pgsql: Fix incorrect function reference in comment of twophase.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect function reference in comment of twophase.c
Date: 2019-02-22 23:43:15
Message-ID: E1gxKTL-00024v-M5@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect function reference in comment of twophase.c

The header block of TwoPhaseGetDummyBackendId mentioned incorrectly
TwoPhaseGetDummyProc.

Reported-by: Oleksii Kliukin
Discussion: https://postgr.es/m/D8336E40-BBE1-4954-98BB-7830D3F5CB36@hintbits.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4c23216002ac816f67fb87301290fa992115215e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2019-02-23 00:39:36 Re: pgsql: pg_regress: Don't use absolute paths for the diff
Previous Message Michael Paquier 2019-02-22 23:34:19 Re: pgsql: pg_regress: Don't use absolute paths for the diff