[COMMITTERS] pgsql: Put markup in the right place

2017-11-08 Thread Peter Eisentraut
Put markup in the right place Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/4497f2f3b30fa5cd48898033c351bfcf01ce73e2 Modified Files -- doc/src/sgml/protocol.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers maili

[COMMITTERS] pgsql: Change TRUE/FALSE to true/false

2017-11-08 Thread Peter Eisentraut
Change TRUE/FALSE to true/false The lower case spellings are C and C++ standard and are used in most parts of the PostgreSQL sources. The upper case spellings are only used in some files/modules. So standardize on the standard spellings. The APIs for ICU, Perl, and Windows define their own TRUE

[COMMITTERS] pgsql: Fix two violations of the ResourceOwnerEnlarge/Remember protocol

2017-11-08 Thread Tom Lane
Fix two violations of the ResourceOwnerEnlarge/Remember protocol. The point of having separate ResourceOwnerEnlargeFoo and ResourceOwnerRememberFoo functions is so that resource allocation can happen in between. Doing it in some other order is just wrong. OpenTemporaryFile() did open(), enlarge,

[COMMITTERS] pgsql: Fix two violations of the ResourceOwnerEnlarge/Remember protocol

2017-11-08 Thread Tom Lane
Fix two violations of the ResourceOwnerEnlarge/Remember protocol. The point of having separate ResourceOwnerEnlargeFoo and ResourceOwnerRememberFoo functions is so that resource allocation can happen in between. Doing it in some other order is just wrong. OpenTemporaryFile() did open(), enlarge,

[COMMITTERS] pgsql: Fix two violations of the ResourceOwnerEnlarge/Remember protocol

2017-11-08 Thread Tom Lane
Fix two violations of the ResourceOwnerEnlarge/Remember protocol. The point of having separate ResourceOwnerEnlargeFoo and ResourceOwnerRememberFoo functions is so that resource allocation can happen in between. Doing it in some other order is just wrong. OpenTemporaryFile() did open(), enlarge,

[COMMITTERS] pgsql: Fix two violations of the ResourceOwnerEnlarge/Remember protocol

2017-11-08 Thread Tom Lane
Fix two violations of the ResourceOwnerEnlarge/Remember protocol. The point of having separate ResourceOwnerEnlargeFoo and ResourceOwnerRememberFoo functions is so that resource allocation can happen in between. Doing it in some other order is just wrong. OpenTemporaryFile() did open(), enlarge,

[COMMITTERS] pgsql: Fix two violations of the ResourceOwnerEnlarge/Remember protocol

2017-11-08 Thread Tom Lane
Fix two violations of the ResourceOwnerEnlarge/Remember protocol. The point of having separate ResourceOwnerEnlargeFoo and ResourceOwnerRememberFoo functions is so that resource allocation can happen in between. Doing it in some other order is just wrong. OpenTemporaryFile() did open(), enlarge,

[COMMITTERS] pgsql: Fix two violations of the ResourceOwnerEnlarge/Remember protocol

2017-11-08 Thread Tom Lane
Fix two violations of the ResourceOwnerEnlarge/Remember protocol. The point of having separate ResourceOwnerEnlargeFoo and ResourceOwnerRememberFoo functions is so that resource allocation can happen in between. Doing it in some other order is just wrong. OpenTemporaryFile() did open(), enlarge,

[COMMITTERS] pgsql: Doc: fix erroneous example.

2017-11-08 Thread Tom Lane
Doc: fix erroneous example. The grammar requires these options to appear the other way 'round. jo...@posteo.de Discussion: https://postgr.es/m/78933bd0-45ce-690e-b832-a328dd1a5...@posteo.de Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/bd65e0c62486e6108a7dc824f9

[COMMITTERS] pgsql: Doc: fix erroneous example.

2017-11-08 Thread Tom Lane
Doc: fix erroneous example. The grammar requires these options to appear the other way 'round. jo...@posteo.de Discussion: https://postgr.es/m/78933bd0-45ce-690e-b832-a328dd1a5...@posteo.de Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6c05b8150327ca5f58e

[COMMITTERS] pgsql: Allow --with-bonjour to work with non-macOS implementations of B

2017-11-08 Thread Tom Lane
Allow --with-bonjour to work with non-macOS implementations of Bonjour. On macOS the relevant functions require no special library, but elsewhere we need to pull in libdns_sd. Back-patch to supported branches. No docs change since the docs do not suggest that this is a Mac-only feature. Luke Lo

[COMMITTERS] pgsql: Allow --with-bonjour to work with non-macOS implementations of B

2017-11-08 Thread Tom Lane
Allow --with-bonjour to work with non-macOS implementations of Bonjour. On macOS the relevant functions require no special library, but elsewhere we need to pull in libdns_sd. Back-patch to supported branches. No docs change since the docs do not suggest that this is a Mac-only feature. Luke Lo

[COMMITTERS] pgsql: Allow --with-bonjour to work with non-macOS implementations of B

2017-11-08 Thread Tom Lane
Allow --with-bonjour to work with non-macOS implementations of Bonjour. On macOS the relevant functions require no special library, but elsewhere we need to pull in libdns_sd. Back-patch to supported branches. No docs change since the docs do not suggest that this is a Mac-only feature. Luke Lo

[COMMITTERS] pgsql: Allow --with-bonjour to work with non-macOS implementations of B

2017-11-08 Thread Tom Lane
Allow --with-bonjour to work with non-macOS implementations of Bonjour. On macOS the relevant functions require no special library, but elsewhere we need to pull in libdns_sd. Back-patch to supported branches. No docs change since the docs do not suggest that this is a Mac-only feature. Luke Lo

[COMMITTERS] pgsql: Allow --with-bonjour to work with non-macOS implementations of B

2017-11-08 Thread Tom Lane
Allow --with-bonjour to work with non-macOS implementations of Bonjour. On macOS the relevant functions require no special library, but elsewhere we need to pull in libdns_sd. Back-patch to supported branches. No docs change since the docs do not suggest that this is a Mac-only feature. Luke Lo

[COMMITTERS] pgsql: Allow --with-bonjour to work with non-macOS implementations of B

2017-11-08 Thread Tom Lane
Allow --with-bonjour to work with non-macOS implementations of Bonjour. On macOS the relevant functions require no special library, but elsewhere we need to pull in libdns_sd. Back-patch to supported branches. No docs change since the docs do not suggest that this is a Mac-only feature. Luke Lo