pgsql: Remove extra Success message at the end of initdb

2021-02-10 Thread Magnus Hagander
Remove extra Success message at the end of initdb This was accidentally included in e09155bd62 and is redundant with the lines right above it. Reported-By: Peter Eisentraut Discussion: https://postgr.es/m/[email protected] Branch -- master Details ---

pgsql: pg_dump: Add const decorations

2021-02-10 Thread Peter Eisentraut
pg_dump: Add const decorations Add const decorations to the *info arguments of the dump* functions, to clarify that they don't modify that argument. Many other nearby functions modify their arguments, so this can help clarify these different APIs a bit. Discussion: https://www.postgresql.org/me

pgsql: Fix lack of message pluralization

2021-02-10 Thread Peter Eisentraut
Fix lack of message pluralization Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/4ad5611055c8381d6a9b54fc11838418a1f14bc9 Modified Files -- src/backend/access/transam/xlogfuncs.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)

pgsql: Fix ORDER BY clause in new regression test of REINDEX CONCURRENT

2021-02-10 Thread Michael Paquier
Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLY Oversight in bd12080. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/[email protected] Backpatch-through: 12 Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/4f47260050

pgsql: Fix ORDER BY clause in new regression test of REINDEX CONCURRENT

2021-02-10 Thread Michael Paquier
Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLY Oversight in bd12080. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/[email protected] Backpatch-through: 12 Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c6c

pgsql: Fix ORDER BY clause in new regression test of REINDEX CONCURRENT

2021-02-10 Thread Michael Paquier
Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLY Oversight in bd12080. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/[email protected] Backpatch-through: 12 Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/5b2