Re: PostgreSQL 12 release notes missing breaking change in libpq - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: PostgreSQL 12 release notes missing breaking change in libpq
Date
Msg-id 20191024020544.GD8650@momjian.us
Whole thread Raw
In response to Re: PostgreSQL 12 release notes missing breaking change in libpq  (Michael Paquier <michael@paquier.xyz>)
Responses Re: PostgreSQL 12 release notes missing breaking change in libpq  (Michael Paquier <michael@paquier.xyz>)
List pgsql-docs
On Thu, Oct 17, 2019 at 10:33:10AM +0900, Michael Paquier wrote:
> On Wed, Oct 16, 2019 at 01:12:36PM +0000, 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/commit/e7a2217978d9cbb2149bfcb4ef1e45716cfcbefb
> > 
> > This change resulted in runtime errors/crashes for some of our customers
> > after we upgraded the Heroku stack images to use v12 of the PostgreSQL
> > client libs.
> > 
> > We had checked the release notes, but it's not currently mentioned:
> > https://www.postgresql.org/docs/12/release-12.html
> > 
> > Please could it be added?
> 
> I think it makes sense to mention that.  Bruce, why not adding an item
> about that in the "Migration to Version 12" section?  Was that
> intentionally left out?

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.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Typo on Refresh Materialized View page
Next
From: PG Doc comments form
Date:
Subject: wal_sender_timeout / wal_receiver_timeout - seconds or milliseconds?