Re: PostgreSQL 12 release notes missing breaking change in libpq

2019-10-30 Thread Michael Paquier
On Wed, Oct 30, 2019 at 01:43:55PM -0400, Bruce Momjian wrote: > Thanks for the patch. I slightly modified the wording and applied the > attached patch. Thanks Bruce! -- Michael signature.asc Description: PGP signature

Re: PostgreSQL 12 release notes missing breaking change in libpq

2019-10-30 Thread Bruce Momjian
On Wed, Oct 30, 2019 at 01:29:48PM +0900, Michael Paquier wrote: > On Wed, Oct 23, 2019 at 10:05:44PM -0400, Bruce Momjian wrote: > > My reading of the commit message is that the error messages will just be > > more helpful now, not that some things would now error that use to be > > ignored. I am

Re: PostgreSQL 12 release notes missing breaking change in libpq

2019-10-29 Thread Michael Paquier
On Wed, Oct 23, 2019 at 10:05:44PM -0400, Bruce Momjian wrote: > My reading of the commit message is that the error messages will just be > more helpful now, not that some things would now error that use to be > ignored. I am still unclear exactly what the release notes should say. Nay. It could

Re: PostgreSQL 12 release notes missing breaking change in libpq

2019-10-23 Thread Bruce Momjian
On Thu, Oct 17, 2019 at 10:33:10AM +0900, Michael Paquier wrote: > On Wed, Oct 16, 2019 at 01:12:36PM +, PG Doc comments form wrote: > > In PostgreSQL 12, libpq's parsing of connection string integer parameters > > was made more strict, such that invalid values now result in an error rather > >

Re: PostgreSQL 12 release notes missing breaking change in libpq

2019-10-16 Thread Michael Paquier
On Wed, Oct 16, 2019 at 01:12:36PM +, PG Doc comments form wrote: > In PostgreSQL 12, libpq's parsing of connection string integer parameters > was made more strict, such that invalid values now result in an error rather > than being silently ignored: > https://github.com/postgres/postgres/comm

PostgreSQL 12 release notes missing breaking change in libpq

2019-10-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/release-12.html Description: Hi! In PostgreSQL 12, libpq's parsing of connection string integer parameters was made more strict, such that invalid values now result in an error rather tha