pgsql: Fix some comments of do_pg_backup_start() and do_pg_backup_stop(

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some comments of do_pg_backup_start() and do_pg_backup_stop(
Date: 2022-09-28 00:59:09
Message-ID: E1odLPo-002Jog-IH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-09-28 11:48:06 pgsql: Remove publicationcmds.c's expr_allowed_in_node as a function
Previous Message noreply 2022-09-27 21:14:09 pgsql: Tag refs/tags/REL_15_RC1 was created