pgsql: doc: Expand version compatibility for pg_basebackup features - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Expand version compatibility for pg_basebackup features
Date
Msg-id E1tpQNj-000jkH-2v@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Expand version compatibility for pg_basebackup features

This updates the paragraph on backwards compatitibility for server
features to include --incremental which only works on servers with
v17 or newer.  Backpatch down to v17 where incremental backup was
added.

Author: David G. Johnston <David.G.Johnston@Gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CAKFQuwZYfZyeTkS3g2Ovw84TsxHa796xnf-u5kfgn_auyxZk0Q@mail.gmail.com
Backpatch-through: 17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/56e6a3186885c726bbbff89eaec0b2fa077d0a9a

Modified Files
--------------
doc/src/sgml/ref/pg_basebackup.sgml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Expand version compatibility for pg_basebackup features
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix outdated comment