pgsql: Lower error level from PANIC to FATAL when restoring slots at st

2018-11-01 Thread Michael Paquier
Lower error level from PANIC to FATAL when restoring slots at startup When restoring slot information from disk at startup and filling in shared memory information, the startup process would issue a PANIC message if more slots are found than what max_replication_slots allows, and then Postgres

pgsql: Remove obsolete pg_attrdef.adsrc column

2018-11-01 Thread Peter Eisentraut
Remove obsolete pg_attrdef.adsrc column This has been deprecated and effectively unused for a long time. Reviewed-by: Alvaro Herrera Reviewed-by: Daniel Gustafsson Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/fe5038236c6b99d48c2faa2247b5cec9703add2a Modified

pgsql: Remove obsolete pg_constraint.consrc column

2018-11-01 Thread Peter Eisentraut
Remove obsolete pg_constraint.consrc column This has been deprecated and effectively unused for a long time. Reviewed-by: Daniel Gustafsson Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/96b00c433cd615144a34ff1a79d691d8b297120d Modified Files --

pgsql: Fix error message typo introduced 691d79a07933.

2018-11-01 Thread Andres Freund
Fix error message typo introduced 691d79a07933. Reported-By: Michael Paquier Discussion: https://postgr.es/m/20181101003405.gb1...@paquier.xyz Backpatch: 9.4-, like the previous commit Branch -- REL9_4_STABLE Details ---

pgsql: Fix error message typo introduced 691d79a07933.

2018-11-01 Thread Andres Freund
Fix error message typo introduced 691d79a07933. Reported-By: Michael Paquier Discussion: https://postgr.es/m/20181101003405.gb1...@paquier.xyz Backpatch: 9.4-, like the previous commit Branch -- REL9_5_STABLE Details ---

pgsql: Fix error message typo introduced 691d79a07933.

2018-11-01 Thread Andres Freund
Fix error message typo introduced 691d79a07933. Reported-By: Michael Paquier Discussion: https://postgr.es/m/20181101003405.gb1...@paquier.xyz Backpatch: 9.4-, like the previous commit Branch -- REL_10_STABLE Details ---

pgsql: Fix error message typo introduced 691d79a07933.

2018-11-01 Thread Andres Freund
Fix error message typo introduced 691d79a07933. Reported-By: Michael Paquier Discussion: https://postgr.es/m/20181101003405.gb1...@paquier.xyz Backpatch: 9.4-, like the previous commit Branch -- REL9_6_STABLE Details ---

pgsql: Fix error message typo introduced 691d79a07933.

2018-11-01 Thread Andres Freund
Fix error message typo introduced 691d79a07933. Reported-By: Michael Paquier Discussion: https://postgr.es/m/20181101003405.gb1...@paquier.xyz Backpatch: 9.4-, like the previous commit Branch -- master Details ---

pgsql: Fix error message typo introduced 691d79a07933.

2018-11-01 Thread Andres Freund
Fix error message typo introduced 691d79a07933. Reported-By: Michael Paquier Discussion: https://postgr.es/m/20181101003405.gb1...@paquier.xyz Backpatch: 9.4-, like the previous commit Branch -- REL_11_STABLE Details ---

pgsql: Adjust trace_sort log messages.

2018-11-01 Thread Peter Geoghegan
Adjust trace_sort log messages. The project message style guide dictates: "When citing the name of an object, state what kind of object it is". The parallel CREATE INDEX patch added a worker number to most of the trace_sort messages within tuplesort.c without specifying the object type. Bring

pgsql: Adjust trace_sort log messages.

2018-11-01 Thread Peter Geoghegan
Adjust trace_sort log messages. The project message style guide dictates: "When citing the name of an object, state what kind of object it is". The parallel CREATE INDEX patch added a worker number to most of the trace_sort messages within tuplesort.c without specifying the object type. Bring