pgsql: Doc: update v15 release notes through today.

Started by Tom Lanealmost 4 years ago3 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Doc: update v15 release notes through today.

Account for commits since 2022-06-11.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e956325c8bc8c7257b04c322bf996fff2d81b514

Modified Files
--------------
doc/src/sgml/release-15.sgml | 223 ++++++++++++++++++++++++++++++++++---------
1 file changed, 180 insertions(+), 43 deletions(-)

#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Tom Lane (#1)
Re: pgsql: Doc: update v15 release notes through today.

On 2022-Sep-23, Tom Lane wrote:

Doc: update v15 release notes through today.

Account for commits since 2022-06-11.

I think commit 0032a5456708 should be listed in the incompabilities
section: "PQsendQuery is no longer supported in pipeline mode.
Applications that are using that combination will need to be modified to
use PQsendQueryParams instead".

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Alvaro Herrera (#2)
Re: pgsql: Doc: update v15 release notes through today.

Alvaro Herrera <alvherre@alvh.no-ip.org> writes:

On 2022-Sep-23, Tom Lane wrote:

Account for commits since 2022-06-11.

I think commit 0032a5456708 should be listed in the incompabilities
section: "PQsendQuery is no longer supported in pipeline mode.
Applications that are using that combination will need to be modified to
use PQsendQueryParams instead".

Yeah, you blindsided me with that commit ;-). Will incorporate.

regards, tom lane