First-draft release notes for next week's minor releases

Started by Tom Laneover 3 years ago3 messages
#1Tom Lane
tgl@sss.pgh.pa.us

I've completed the first draft of the 14.3 release notes, see

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=66ca1427a4963012fd565b922d0a67a8a8930d1f

As usual, please send comments/corrections by Sunday.

regards, tom lane

#2Jonathan S. Katz
jkatz@postgresql.org
In reply to: Tom Lane (#1)
Re: First-draft release notes for next week's minor releases

On 5/5/22 6:29 PM, Tom Lane wrote:

I've completed the first draft of the 14.3 release notes, see

Thanks!

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=66ca1427a4963012fd565b922d0a67a8a8930d1f

As usual, please send comments/corrections by Sunday.

I found one small thing:

-      because it didn't actually do anything with the bogus values;
+      because it didn't actually do anything with the bogus values,

Should be a "," or remove the "but" on the following line.

Thanks,

Jonathan

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jonathan S. Katz (#2)
Re: First-draft release notes for next week's minor releases

"Jonathan S. Katz" <jkatz@postgresql.org> writes:

I found one small thing:

-      because it didn't actually do anything with the bogus values;
+      because it didn't actually do anything with the bogus values,

Should be a "," or remove the "but" on the following line.

Done that way (with a ","), thanks for reviewing.

regards, tom lane