pgsql: pg_combinebackup: Fix incorrect code documentation - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: pg_combinebackup: Fix incorrect code documentation
Date
Msg-id E1u4gMo-000BM5-0J@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fb9ec9cf79263329ca8f116d6dacaada78f49dc2

Modified Files
--------------
src/bin/pg_combinebackup/pg_combinebackup.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: pg_combinebackup: Fix incorrect code documentation
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix missing whitespace in pg_restore documentation.