pgsql: Fix some comments of do_pg_backup_start() and do_pg_backup_stop( - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix some comments of do_pg_backup_start() and do_pg_backup_stop(
Date
Msg-id E1odLPo-002Jog-IH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix some comments of do_pg_backup_start() and do_pg_backup_stop()

Both functions referred to an incorrect variable name, so make the whole
more consistent.

Oversight in 7d70809.

Author: Kyotaro Horiguchi, Bharath Rupireddy
Discussion: https://postgr.es/m/20220927.172427.467118514018439476.horikyota.ntt@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2e560b974ec7f7e8fe47e765e7c276422015ff3b

Modified Files
--------------
src/backend/access/transam/xlog.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: noreply@postgresql.org
Date:
Subject: pgsql: Tag refs/tags/REL_15_RC1 was created
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Remove publicationcmds.c's expr_allowed_in_node as a function