pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl
pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl
От:
Fujii Masao <fujii@postgresql.org>
Дата:
doc: Remove incorrect note about wal_status in pg_replication_slots. The documentation previously stated that the wal_status column is NULL if restart_lsn is NULL in the pg_replication_slots view. This is incorrect, and wal_status can be "lost" even when restart_lsn is NULL. This commit removes the incorrect description. Back-patched to all supported versions. Author: Fujii Masao Reviewed-by: Nisha Moond Discussion: https://postgr.es/m/c9d23cdc-b5dd-455a-8ee9-f1f24d701d89@oss.nttdata.com Backpatch-through: 13 Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/f062e43484b0a6f8e1c0a2c2ea8b87b367e89f53 Modified Files -------------- doc/src/sgml/catalogs.sgml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)