Fix some comments of do_pg_backup_start() and do_pg_backup_stop()
authorMichael Paquier <michael@paquier.xyz>
Wed, 28 Sep 2022 00:58:44 +0000 (09:58 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 28 Sep 2022 00:58:44 +0000 (09:58 +0900)
commit2e560b974ec7f7e8fe47e765e7c276422015ff3b
treea9ffc65a349849913b9a198d84c041b64670b9e0
parent0aaa7cf6989ef6709f2bade96c4c43c7195afe17
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
src/backend/access/transam/xlog.c