pgsql: fix typo

2019-01-13 Thread Andrew Dunstan
fix typo Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/feea3858f0a64646ec160475a890808c072970f5 Modified Files -- src/Makefile.global.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: fix typo

2019-01-13 Thread Andrew Dunstan
fix typo Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/b3a5f01b75f765e0958118acb9f054d3dca3b23c Modified Files -- src/Makefile.global.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: fix typo

2019-01-13 Thread Andrew Dunstan
fix typo Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d9cdb1ba9e66039d0f4c037a7ae6e2839e9652d6 Modified Files -- src/Makefile.global.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: fix typo

2019-01-13 Thread Andrew Dunstan
fix typo Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/ddab11a887a4622258bea7fd1621da2024b423f1 Modified Files -- src/Makefile.global.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: fix typo

2019-01-13 Thread Andrew Dunstan
fix typo Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/20b4ed8d03047501cc28b600973564850bd1dd80 Modified Files -- src/Makefile.global.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: fix typo

2019-01-13 Thread Andrew Dunstan
fix typo Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/e0f9fade3591796c1c47523bdc010b1867ef74d7 Modified Files -- src/Makefile.global.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Make DLSUFFIX easily discoverable by build scripts

2019-01-13 Thread Andrew Dunstan
Make DLSUFFIX easily discoverable by build scripts This will enable things like the buildfarm client to discover more reliably if certain libraries have been installed. Discussion: https://postgr.es/m/[email protected] Backpatch to all live branches. Branch -

pgsql: Make DLSUFFIX easily discoverable by build scripts

2019-01-13 Thread Andrew Dunstan
Make DLSUFFIX easily discoverable by build scripts This will enable things like the buildfarm client to discover more reliably if certain libraries have been installed. Discussion: https://postgr.es/m/[email protected] Backpatch to all live branches. Branch -

pgsql: Make DLSUFFIX easily discoverable by build scripts

2019-01-13 Thread Andrew Dunstan
Make DLSUFFIX easily discoverable by build scripts This will enable things like the buildfarm client to discover more reliably if certain libraries have been installed. Discussion: https://postgr.es/m/[email protected] Backpatch to all live branches. Branch -

pgsql: Make DLSUFFIX easily discoverable by build scripts

2019-01-13 Thread Andrew Dunstan
Make DLSUFFIX easily discoverable by build scripts This will enable things like the buildfarm client to discover more reliably if certain libraries have been installed. Discussion: https://postgr.es/m/[email protected] Backpatch to all live branches. Branch -

pgsql: Make DLSUFFIX easily discoverable by build scripts

2019-01-13 Thread Andrew Dunstan
Make DLSUFFIX easily discoverable by build scripts This will enable things like the buildfarm client to discover more reliably if certain libraries have been installed. Discussion: https://postgr.es/m/[email protected] Backpatch to all live branches. Branch -

pgsql: Make DLSUFFIX easily discoverable by build scripts

2019-01-13 Thread Andrew Dunstan
Make DLSUFFIX easily discoverable by build scripts This will enable things like the buildfarm client to discover more reliably if certain libraries have been installed. Discussion: https://postgr.es/m/[email protected] Backpatch to all live branches. Branch -

pgsql: Make Emacs perl-mode indent more like perltidy.

2019-01-13 Thread Noah Misch
Make Emacs perl-mode indent more like perltidy. This especially helps braces that surround code blocks. Back-patch to v11, where commit 56fb890ace8ac0ca955ae0803c580c2074f876f6 first appeared; before that, settings were even more distant from perltidy. Reviewed by Andrew Dunstan. Discussion: ht

pgsql: Make Emacs perl-mode indent more like perltidy.

2019-01-13 Thread Noah Misch
Make Emacs perl-mode indent more like perltidy. This especially helps braces that surround code blocks. Back-patch to v11, where commit 56fb890ace8ac0ca955ae0803c580c2074f876f6 first appeared; before that, settings were even more distant from perltidy. Reviewed by Andrew Dunstan. Discussion: ht

pgsql: Improve missing-program error handling in make_ctags and make_et

2019-01-13 Thread Tom Lane
Improve missing-program error handling in make_ctags and make_etags. If ctags (resp. etags) isn't installed, these scripts naturally fail, but the error messages were less clear than one could wish. It seems worth installing an explicit test to improve that. Nikolay Shaplov, with suggestions from

Re: pgsql: Improve error messages for incorrect types of logical replicatio

2019-01-13 Thread Michael Paquier
On Sun, Jan 13, 2019 at 11:01:42AM +0100, Erik Rijkers wrote: > Good idea, but now one message (for RELKIND_FOREIGN_TABLE) omits 'target'. > > Do you agree? Oops, fixed. Thanks! -- Michael signature.asc Description: PGP signature

pgsql: Fix error message for logical replication targets

2019-01-13 Thread Michael Paquier
Fix error message for logical replication targets This fixes an oversight from 373bda6. Noted by Erik Rijkers. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/9f527a6e9a70ea668616e20d05c31d7a086669a4 Modified Files -- src/backend/executor/execReplicati

Re: pgsql: Improve error messages for incorrect types of logical replicatio

2019-01-13 Thread Erik Rijkers
On 2019-01-13 08:45, Michael Paquier wrote: Improve error messages for incorrect types of logical replication targets Discussion: https://postgr.es/m/[email protected] master https://git.postgresql.org/pg/commitdiff/373bda61d2d620e704815553978726c9be9e1209 Mod

pgsql: Make INSTALL makefile rule more robust

2019-01-13 Thread Peter Eisentraut
Make INSTALL makefile rule more robust With the previous rule, if pandoc was missing, a zero-length output file would be created without an error from make. To improve that, write the rule as two separate commands without a pipe. Reported-by: Tom Lane Branch -- master Details --- http

pgsql: configure: Update python search order

2019-01-13 Thread Peter Eisentraut
configure: Update python search order Some systems don't ship with "python" by default anymore, only "python3" or "python2" or some combination, so include those in the configure search. Discussion: https://www.postgresql.org/message-id/flat/1457.1543184081%40sss.pgh.pa.us#c9cc1199338fd6a257589c

pgsql: configure: Update python search order

2019-01-13 Thread Peter Eisentraut
configure: Update python search order Some systems don't ship with "python" by default anymore, only "python3" or "python2" or some combination, so include those in the configure search. Discussion: https://www.postgresql.org/message-id/flat/1457.1543184081%40sss.pgh.pa.us#c9cc1199338fd6a257589c

pgsql: configure: Update python search order

2019-01-13 Thread Peter Eisentraut
configure: Update python search order Some systems don't ship with "python" by default anymore, only "python3" or "python2" or some combination, so include those in the configure search. Discussion: https://www.postgresql.org/message-id/flat/1457.1543184081%40sss.pgh.pa.us#c9cc1199338fd6a257589c

pgsql: Change default of recovery_target_timeline to 'latest'

2019-01-13 Thread Peter Eisentraut
Change default of recovery_target_timeline to 'latest' This is what one usually wants for recovery and almost always wants for a standby. Discussion: https://www.postgresql.org/message-id/flat/[email protected]/ Reviewed-by: David Steele Reviewed-by: Michael P