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(-)
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(-)
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(-)
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(-)
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(-)
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(-)
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
-
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
-
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
-
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
-
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
-
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
-
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
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
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
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
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
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
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
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
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
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
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
23 matches
Mail list logo