Обсуждение: pgsql: Release notes for 17.3, 16.7, 15.11, 14.16, 13.19.
Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/878635daaae548d4e6a58224c0bb04bea1ea2bcb Modified Files -------------- doc/src/sgml/release-17.sgml | 127 +++---------------------------------------- 1 file changed, 8 insertions(+), 119 deletions(-)
On Sun, 9 Feb 2025, 18:59 Tom Lane, <tgl@sss.pgh.pa.us> wrote:
Release notes for 17.3, 16.7, 15.11, 14.16, 13.19.
Branch
------
REL_17_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/878635daaae548d4e6a58224c0bb04bea1ea2bcb
Modified Files
--------------
doc/src/sgml/release-17.sgml | 127 +++----------------------------------------
1 file changed, 8 insertions(+), 119 deletions(-)
Why are there no changes listed for 17? Is this coming later?
Thom Brown <thom@linux.com> writes: > On Sun, 9 Feb 2025, 18:59 Tom Lane, <tgl@sss.pgh.pa.us> wrote: >> Modified Files >> -------------- >> doc/src/sgml/release-17.sgml | 127 >> +++---------------------------------------- >> 1 file changed, 8 insertions(+), 119 deletions(-) > Why are there no changes listed for 17? Is this coming later? That's the delta from the first-draft I posted Friday[1] --- mostly, it's removals of items that only applied to pre-v17 branches. I write all the relnote entries for a minor release set in one pass and separate them according to branch later. This commit is the "separation" step. regards, tom lane [1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=572ec03cbec4690eeb5c1047b378626fe475d218
On Sun, 9 Feb 2025, 21:04 Tom Lane, <tgl@sss.pgh.pa.us> wrote:
Thom Brown <thom@linux.com> writes:
> On Sun, 9 Feb 2025, 18:59 Tom Lane, <tgl@sss.pgh.pa.us> wrote:
>> Modified Files
>> --------------
>> doc/src/sgml/release-17.sgml | 127
>> +++----------------------------------------
>> 1 file changed, 8 insertions(+), 119 deletions(-)
> Why are there no changes listed for 17? Is this coming later?
That's the delta from the first-draft I posted Friday[1] --- mostly,
it's removals of items that only applied to pre-v17 branches.
I write all the relnote entries for a minor release set in one pass
and separate them according to branch later. This commit is the
"separation" step.
Ah, my bad. Thanks, and sorry for the noise.
Thom