[COMMITTERS] pgsql: Account for the effect of lossy pages when costing bitmap scans.

2017-11-10 Thread Robert Haas
Account for the effect of lossy pages when costing bitmap scans. Dilip Kumar, reviewed by Alexander Kumenkov, Amul Sul, and me. Some final adjustments by me. Discussion: http://postgr.es/m/cafitn-sytquoxq4spuhtv0z9gd0si3yxzgv_pqaamx8qboo...@mail.gmail.com Branch -- master Details --- h

[COMMITTERS] pgsql: Fix some null pointer dereferences in LDAP auth code

2017-11-10 Thread Peter Eisentraut
Fix some null pointer dereferences in LDAP auth code An LDAP URL without a host name such as "ldap://"; or without a base DN such as "ldap://localhost"; would cause a crash when reading pg_hba.conf. If no binddn is configured, an error message might end up trying to print a null pointer, which co

[COMMITTERS] pgsql: Fix some null pointer dereferences in LDAP auth code

2017-11-10 Thread Peter Eisentraut
Fix some null pointer dereferences in LDAP auth code An LDAP URL without a host name such as "ldap://"; or without a base DN such as "ldap://localhost"; would cause a crash when reading pg_hba.conf. If no binddn is configured, an error message might end up trying to print a null pointer, which co

[COMMITTERS] pgsql: Fix some null pointer dereferences in LDAP auth code

2017-11-10 Thread Peter Eisentraut
Fix some null pointer dereferences in LDAP auth code An LDAP URL without a host name such as "ldap://"; or without a base DN such as "ldap://localhost"; would cause a crash when reading pg_hba.conf. If no binddn is configured, an error message might end up trying to print a null pointer, which co

[COMMITTERS] pgsql: Fix some null pointer dereferences in LDAP auth code

2017-11-10 Thread Peter Eisentraut
Fix some null pointer dereferences in LDAP auth code An LDAP URL without a host name such as "ldap://"; or without a base DN such as "ldap://localhost"; would cause a crash when reading pg_hba.conf. If no binddn is configured, an error message might end up trying to print a null pointer, which co

[COMMITTERS] pgsql: Fix some null pointer dereferences in LDAP auth code

2017-11-10 Thread Peter Eisentraut
Fix some null pointer dereferences in LDAP auth code An LDAP URL without a host name such as "ldap://"; or without a base DN such as "ldap://localhost"; would cause a crash when reading pg_hba.conf. If no binddn is configured, an error message might end up trying to print a null pointer, which co

[COMMITTERS] pgsql: Fix some null pointer dereferences in LDAP auth code

2017-11-10 Thread Peter Eisentraut
Fix some null pointer dereferences in LDAP auth code An LDAP URL without a host name such as "ldap://"; or without a base DN such as "ldap://localhost"; would cause a crash when reading pg_hba.conf. If no binddn is configured, an error message might end up trying to print a null pointer, which co

[COMMITTERS] pgsql: Add some const decorations to prototypes

2017-11-10 Thread Peter Eisentraut
Add some const decorations to prototypes Reviewed-by: Fabien COELHO Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/0e1539ba0d0a43de06c6e0572a565e73b9472538 Modified Files -- contrib/dict_xsyn/dict_xsyn.c | 2 +- contrib/fuzzystrma

[COMMITTERS] pgsql: Tighten test in contrib/bloom/t/001_wal.pl.

2017-11-10 Thread Tom Lane
Tighten test in contrib/bloom/t/001_wal.pl. Make bloom WAL test compare psql output text, not just result codes; this was evidently the intent all along, but it was mis-coded. In passing, make sure we will notice any failure in setup steps. Alexander Korotkov, reviewed by Michael Paquier and Masa

[COMMITTERS] pgsql: Tighten test in contrib/bloom/t/001_wal.pl.

2017-11-10 Thread Tom Lane
Tighten test in contrib/bloom/t/001_wal.pl. Make bloom WAL test compare psql output text, not just result codes; this was evidently the intent all along, but it was mis-coded. In passing, make sure we will notice any failure in setup steps. Alexander Korotkov, reviewed by Michael Paquier and Masa

[COMMITTERS] pgsql: Tighten test in contrib/bloom/t/001_wal.pl.

2017-11-10 Thread Tom Lane
Tighten test in contrib/bloom/t/001_wal.pl. Make bloom WAL test compare psql output text, not just result codes; this was evidently the intent all along, but it was mis-coded. In passing, make sure we will notice any failure in setup steps. Alexander Korotkov, reviewed by Michael Paquier and Masa

[COMMITTERS] pgsql: Fix incorrect comment.

2017-11-10 Thread Robert Haas
Fix incorrect comment. Etsuro Fujita Discussion: http://postgr.es/m/5a05728e.4050...@lab.ntt.co.jp Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b9941d3468505aea8bfdd74840b753ed27b9d29f Modified Files -- src/backend/optimizer/util/relnode.c | 3 +-- 1

[COMMITTERS] pgsql: Add -wnet to SP invocations

2017-11-10 Thread Peter Eisentraut
Add -wnet to SP invocations This causes a warning when accidentally backpatching an XML-style empty-element tag like . Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/2d7e35b3a931fcef48a1faf0a0fb04f3db57cbde Modified Files -- doc/src/sgml/Makefil

[COMMITTERS] pgsql: Add -wnet to SP invocations

2017-11-10 Thread Peter Eisentraut
Add -wnet to SP invocations This causes a warning when accidentally backpatching an XML-style empty-element tag like . Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/0abc7cdb875e63ff110f292eb666078d7abd1e90 Modified Files -- doc/src/sgml/Makefil

[COMMITTERS] pgsql: Add -wnet to SP invocations

2017-11-10 Thread Peter Eisentraut
Add -wnet to SP invocations This causes a warning when accidentally backpatching an XML-style empty-element tag like . Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/18d431bda22f1b0f9ad758338a282705ab6b21b5 Modified Files -- doc/src/sgml/Makefil

[COMMITTERS] pgsql: Add -wnet to SP invocations

2017-11-10 Thread Peter Eisentraut
Add -wnet to SP invocations This causes a warning when accidentally backpatching an XML-style empty-element tag like . Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/9a8d3c4eeaf34966056a41a263c6e2ca4d5e4012 Modified Files -- doc/src/sgml/Makefile | 3 +

[COMMITTERS] pgsql: Add -wnet to SP invocations

2017-11-10 Thread Peter Eisentraut
Add -wnet to SP invocations This causes a warning when accidentally backpatching an XML-style empty-element tag like . Branch -- REL9_3_STABLE Details --- https://git.postgresql.org/pg/commitdiff/89afa724c6384b8f64f115f7b866c8625e158f22 Modified Files -- doc/src/sgml/Makefil

[COMMITTERS] pgsql: Add -wnet to SP invocations

2017-11-10 Thread Peter Eisentraut
Add -wnet to SP invocations This causes a warning when accidentally backpatching an XML-style empty-element tag like . Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/a11e5a67d9a61bddb4ba7eec77e6671a0437f9fb Modified Files -- doc/src/sgml/Makefil