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 gen

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 -- doc/

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 --- https://git.postgresql.org/pg/commitdiff/b0fa768c61b329b72e882b7923

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 --- https://git.postgresql.org/pg/commitdiff/d554e333e548c6f8eb033c2ae9

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 --- https://git.postgresql.org/pg/commitdiff/877b00561eea4118a15d8125ee

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 --- https://git.postgresql.org/pg/commitdiff/87f76f1324b21f3871e24028c6

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 --- https://git.postgresql.org/pg/commitdiff/8a99f8a82775cee3fd35abb21a29b5b2d

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 --- https://git.postgresql.org/pg/commitdiff/0446551fc114aff1b820a006d5

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 th

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 th