[COMMITTERS] pgsql: Fix BRIN supported operators table

2015-06-20 Thread Alvaro Herrera
Fix BRIN supported operators table Some of the entries in the inclusion opclasses where missing operators, and we had an entry for inet_inclusion_ops instead of network_inclusion_ops. Sort the operators within each opclass by strategy number, just to make it easier to spot mistakes. Also sort th

[COMMITTERS] pgsql: Fix failure to copy setlocale() return value.

2015-06-20 Thread Noah Misch
Fix failure to copy setlocale() return value. POSIX permits setlocale() calls to invalidate any previous setlocale() return values, but commit 5f538ad004aa00cf0881f179f0cde789aad4f47e neglected to account for setlocale(LC_CTYPE, NULL) doing so. The effect was to set the LC_CTYPE environment varia

[COMMITTERS] pgsql: Fix failure to copy setlocale() return value.

2015-06-20 Thread Noah Misch
Fix failure to copy setlocale() return value. POSIX permits setlocale() calls to invalidate any previous setlocale() return values, but commit 5f538ad004aa00cf0881f179f0cde789aad4f47e neglected to account for setlocale(LC_CTYPE, NULL) doing so. The effect was to set the LC_CTYPE environment varia

[COMMITTERS] pgsql: Revert "Detect setlocale(LC_CTYPE, NULL) clobbering previous ret

2015-06-20 Thread Noah Misch
Revert "Detect setlocale(LC_CTYPE, NULL) clobbering previous return values." This reverts commit b76e76be460a240e99c33f6fb470dd1d5fe01a2a. The buildfarm yielded no related failures. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1f2a378de41bf3e516b8d2c4d65790aeefbf