[COMMITTERS] pgsql: Expand empty end tag

2017-11-07 Thread Peter Eisentraut
Expand empty end tag Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6e1e4c0d2f757677b03b6f164487a582c7dfab33 Modified Files -- doc/src/sgml/protocol.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list (

Re: [COMMITTERS] pgsql: Remove secondary checkpoint

2017-11-07 Thread Michael Paquier
On Wed, Nov 8, 2017 at 4:43 AM, Tom Lane wrote: > Andres Freund writes: >> I think you misunderstand my point - I'm saying that pg_resetxlog should >> be able to force the use of older checkpoints, basically as a fallback >> to cases where the previous approach might actually have worked, not >>

[COMMITTERS] pgsql: Tag refs/tags/REL_10_1 was created

2017-11-07 Thread pgsql
Tag refs/tags/REL_10_1 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_4_15 was created

2017-11-07 Thread pgsql
Tag refs/tags/REL9_4_15 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_6_6 was created

2017-11-07 Thread pgsql
Tag refs/tags/REL9_6_6 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_2_24 was created

2017-11-07 Thread pgsql
Tag refs/tags/REL9_2_24 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_5_10 was created

2017-11-07 Thread pgsql
Tag refs/tags/REL9_5_10 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_3_20 was created

2017-11-07 Thread pgsql
Tag refs/tags/REL9_3_20 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Fix typo in comment.

2017-11-07 Thread Robert Haas
Fix typo in comment. Masahiko Sawada Discussion: http://postgr.es/m/CAD21AoDrf5AOpZ-mX-j6O=zfnffkatdhkv3o1x2ess2nbxa...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/698e5254377baffb95774d47872100997f135cba Modified Files -- src/backe

Re: [COMMITTERS] pgsql: Remove secondary checkpoint

2017-11-07 Thread Tom Lane
Andres Freund writes: > I think you misunderstand my point - I'm saying that pg_resetxlog should > be able to force the use of older checkpoints, basically as a fallback > to cases where the previous approach might actually have worked, not > that it needs to work across format changes. That seem

Re: [COMMITTERS] pgsql: Remove secondary checkpoint

2017-11-07 Thread Andres Freund
On 2017-11-07 14:12:19 -0500, Tom Lane wrote: > Andres Freund writes: > > On 2017-11-07 17:57:31 +, Simon Riggs wrote: > >> Remove secondary checkpoint > > > FWIW, I don't think this should be applied without a pg_resetxlog > > feature allowing to manually use older checkpoints. > > Uh, what

Re: [COMMITTERS] pgsql: Remove secondary checkpoint

2017-11-07 Thread Tom Lane
Andres Freund writes: > On 2017-11-07 17:57:31 +, Simon Riggs wrote: >> Remove secondary checkpoint > FWIW, I don't think this should be applied without a pg_resetxlog > feature allowing to manually use older checkpoints. Uh, what? We have never before insisted on pg_resetxlog being able to

[COMMITTERS] pgsql: Fix unportable spelling of int64 constant.

2017-11-07 Thread Tom Lane
Fix unportable spelling of int64 constant. Per buildfarm member pademelon. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/92a1834dd88e56e823ac6641313a2f077a8af72e Modified Files -- src/include/utils/hashutils.h | 2 +- 1 file changed, 1 insertion(+), 1

[COMMITTERS] pgsql: Fix unportable usage of functions.

2017-11-07 Thread Tom Lane
Fix unportable usage of functions. isdigit(), isspace(), etc are likely to give surprising results if passed a signed char. We should always cast the argument to unsigned char to avoid that. Error in commit 63d6b97fd, found by buildfarm member gaur. Back-patch to 9.3, like that commit. Branch

[COMMITTERS] pgsql: Fix unportable usage of functions.

2017-11-07 Thread Tom Lane
Fix unportable usage of functions. isdigit(), isspace(), etc are likely to give surprising results if passed a signed char. We should always cast the argument to unsigned char to avoid that. Error in commit 63d6b97fd, found by buildfarm member gaur. Back-patch to 9.3, like that commit. Branch

[COMMITTERS] pgsql: Fix unportable usage of functions.

2017-11-07 Thread Tom Lane
Fix unportable usage of functions. isdigit(), isspace(), etc are likely to give surprising results if passed a signed char. We should always cast the argument to unsigned char to avoid that. Error in commit 63d6b97fd, found by buildfarm member gaur. Back-patch to 9.3, like that commit. Branch

[COMMITTERS] pgsql: Fix unportable usage of functions.

2017-11-07 Thread Tom Lane
Fix unportable usage of functions. isdigit(), isspace(), etc are likely to give surprising results if passed a signed char. We should always cast the argument to unsigned char to avoid that. Error in commit 63d6b97fd, found by buildfarm member gaur. Back-patch to 9.3, like that commit. Branch

[COMMITTERS] pgsql: Fix unportable usage of functions.

2017-11-07 Thread Tom Lane
Fix unportable usage of functions. isdigit(), isspace(), etc are likely to give surprising results if passed a signed char. We should always cast the argument to unsigned char to avoid that. Error in commit 63d6b97fd, found by buildfarm member gaur. Back-patch to 9.3, like that commit. Branch

[COMMITTERS] pgsql: Fix unportable usage of functions.

2017-11-07 Thread Tom Lane
Fix unportable usage of functions. isdigit(), isspace(), etc are likely to give surprising results if passed a signed char. We should always cast the argument to unsigned char to avoid that. Error in commit 63d6b97fd, found by buildfarm member gaur. Back-patch to 9.3, like that commit. Branch

Re: [COMMITTERS] pgsql: Remove secondary checkpoint

2017-11-07 Thread Andres Freund
On 2017-11-07 17:57:31 +, Simon Riggs wrote: > Remove secondary checkpoint > > Previously server reserved WAL for last two checkpoints, > which used too much disk space for small servers. > > Bumps PG_CONTROL_VERSION FWIW, I don't think this should be applied without a pg_resetxlog feature a

[COMMITTERS] pgsql: Remove secondary checkpoint

2017-11-07 Thread Simon Riggs
Remove secondary checkpoint Previously server reserved WAL for last two checkpoints, which used too much disk space for small servers. Bumps PG_CONTROL_VERSION Author: Simon Riggs Reviewed-by: Michael Paquier Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/4b0d2

[COMMITTERS] pgsql: Exclude pg_internal.init from BASE_BACKUP

2017-11-07 Thread Simon Riggs
Exclude pg_internal.init from BASE_BACKUP Add docs to explain this for other backup mechanisms Author: David Steele Reviewed-by: Petr Jelinek et al Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/98267ee83e068afa8bd85c8cc710ab2144e711fa Modified Files --