pgsql: Fix pg_replication_slot example output - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix pg_replication_slot example output
Date
Msg-id E1fpzb4-0006ov-Tw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix pg_replication_slot example output

The example output of pg_replication_slot is wrong.  Correct it and make
the output stable by explicitly listing columns to output.

Author: Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/20180731.190909.42582169.horiguchi.kyotaro@lab.ntt.co.jp

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make snprintf.c follow the C99 standard for snprintf's resultva
Next
From: Tom Lane
Date:
Subject: pgsql: Clean up assorted misuses of snprintf()'s result value.