Re: [COMMITTERS] pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.

2016-10-22 Thread Tom Lane
I wrote: > The only other Windows machines in the buildfarm that are building > with openssl are Andrew's bowerbird and frogmouth; they're both passing. > I wonder what openssl version is on those. What's the plan for getting the buildfarm back to green in the wake of this patch? If there isn't o

Re: [COMMITTERS] pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.

2016-10-22 Thread Andrew Dunstan
On 10/22/2016 12:11 PM, Tom Lane wrote: I wrote: The only other Windows machines in the buildfarm that are building with openssl are Andrew's bowerbird and frogmouth; they're both passing. I wonder what openssl version is on those. What's the plan for getting the buildfarm back to green in th

[COMMITTERS] pgsql: Improve documentation about use of Linux huge pages.

2016-10-22 Thread Tom Lane
Improve documentation about use of Linux huge pages. Show how to get the system's huge page size, rather than misleadingly referring to PAGE_SIZE (which is usually understood to be the regular page size). Show how to confirm whether huge pages have been allocated. Minor wordsmithing. Back-patch

[COMMITTERS] pgsql: Improve documentation about use of Linux huge pages.

2016-10-22 Thread Tom Lane
Improve documentation about use of Linux huge pages. Show how to get the system's huge page size, rather than misleadingly referring to PAGE_SIZE (which is usually understood to be the regular page size). Show how to confirm whether huge pages have been allocated. Minor wordsmithing. Back-patch

[COMMITTERS] pgsql: Improve documentation about use of Linux huge pages.

2016-10-22 Thread Tom Lane
Improve documentation about use of Linux huge pages. Show how to get the system's huge page size, rather than misleadingly referring to PAGE_SIZE (which is usually understood to be the regular page size). Show how to confirm whether huge pages have been allocated. Minor wordsmithing. Back-patch

[COMMITTERS] pgsql: Improve documentation about use of Linux huge pages.

2016-10-22 Thread Tom Lane
Improve documentation about use of Linux huge pages. Show how to get the system's huge page size, rather than misleadingly referring to PAGE_SIZE (which is usually understood to be the regular page size). Show how to confirm whether huge pages have been allocated. Minor wordsmithing. Back-patch

Re: [COMMITTERS] pgsql: postgres_fdw: Attempt to stabilize regression results.

2016-10-22 Thread Andrew Dunstan
On 10/21/2016 11:33 AM, Robert Haas wrote: postgres_fdw: Attempt to stabilize regression results. Set enable_hashagg to false for tests involving least_agg(), so that we get the same plan regardless of local costing variances. Also, remove a test involving sqrt(); it's there to test deparsing