pg_combinebackup: Fix incorrect code documentation
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 15 Apr 2025 13:27:08 +0000 (15:27 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 15 Apr 2025 13:27:08 +0000 (15:27 +0200)
commit7ae13170ba556e51a8e89f1b8a16535a857263ab
tree4588e2f556ba9e947f7e95c58e5ba4f87ebd76f2
parentc55df7c6eae5a5c6f91cd029fb91913db7f2089c
pg_combinebackup: Fix incorrect code documentation

The code comment for parse_oid accidentally used the wrong parameter
when referring to the location of the last backup. Also, while there,
improve sentence wording by removing a superfluous word.

Backpatch to v17 where pg_combinebackup was addedd

Author: Amul Sul <sulamul@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Robert Haas <robertmhaas@gmail.com>
Discussion: https://postgr.es/m/CAAJ_b95ecWgzcS4K3Dx0E_Yp-SLwK5JBasFgioKMSjhQLw9xvg@mail.gmail.com
Backpatch-through: 17
src/bin/pg_combinebackup/pg_combinebackup.c