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
---
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
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(-)
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
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
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