Re: pgsql: Blind attempt at fixing ecpg/compatlib's build

2019-12-04 Thread Michael Paquier
On Wed, Dec 04, 2019 at 08:19:50PM -0300, Alvaro Herrera wrote: > If this doesn't fix it, I propose to revert the ecpg changes rather than > fight it. Some windows-enabled person can submit a better-tested patch > later ... It looks like this has cooled down the buildfarm. -- Michael signature.

Re: pgsql: Blind attempt at fixing ecpg/compatlib's build

2019-12-04 Thread Alvaro Herrera
On 2019-Dec-04, Alvaro Herrera wrote: > Blind attempt at fixing ecpg/compatlib's build > > It now needs libpgcommon in order to get pnstrdup. If this doesn't fix it, I propose to revert the ecpg changes rather than fight it. Some windows-enabled person can submit a better-tested patch later ...

pgsql: Blind attempt at fixing ecpg/compatlib's build

2019-12-04 Thread Alvaro Herrera
Blind attempt at fixing ecpg/compatlib's build It now needs libpgcommon in order to get pnstrdup. Per buildfarm. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/9a798234963cd1f746ded41453392c257a4f9fdd Modified Files -- src/tools/msvc/Mkvcbuild.pm | 2

Re: pgsql: Offer pnstrdup to frontend code

2019-12-04 Thread Alvaro Herrera
On 2019-Dec-04, Alvaro Herrera wrote: > Offer pnstrdup to frontend code > > We already had it on the backend. Frontend can also use it now. Hmm, this broke ecpg on Windows. Looking ... -- Álvaro Herrerahttps://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote

pgsql: Offer pnstrdup to frontend code

2019-12-04 Thread Alvaro Herrera
Offer pnstrdup to frontend code We already had it on the backend. Frontend can also use it now. Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/0b9466fce2cf4f8c32b3a9170ca272829aa11e66 Modified

pgsql: Update minimum SSL version

2019-12-04 Thread Peter Eisentraut
Update minimum SSL version Change default of ssl_min_protocol_version to TLSv1.2 (from TLSv1, which means 1.0). Older versions are still supported, just not by default. TLS 1.0 is widely deprecated, and TLS 1.1 only slightly less so. All OpenSSL versions that support TLS 1.1 also support TLS 1.