Back-branch minor release notes are up for review

Started by Tom Laneover 6 years ago4 messageshackers
Beta feature

Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.

never appliedCI history
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

See

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

As usual, please send any corrections by Sunday.

regards, tom lane

#2Fujii Masao
masao.fujii@gmail.com
In reply to: Tom Lane (#1)
Re: Back-branch minor release notes are up for review

On 2020/05/09 5:41, Tom Lane wrote:

See

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

Thanks for making the release note!

As usual, please send any corrections by Sunday

+      Fix possible undercounting of deleted B-tree index pages
+      in <command>VACUUM VERBOSE</command> output (Peter Geoghegan)
+     </para>
+
+     <para>
+     </para>

The empty paragraph needs to be removed.

I'd like to add the note about the following commit that I pushed recently.
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=683e0ef5530f449f0f913de579b4f7bcd31c91fd

What about the attached patch?

Regards,

--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Attachments:

release_note.patchtext/plain; charset=UTF-8; name=release_note.patch; x-mac-creator=0; x-mac-type=0Download+21-3
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Fujii Masao (#2)
Re: Back-branch minor release notes are up for review

Fujii Masao <masao.fujii@oss.nttdata.com> writes:

The empty paragraph needs to be removed.

Ah, thanks for catching that.

I'd like to add the note about the following commit that I pushed recently.
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=683e0ef5530f449f0f913de579b4f7bcd31c91fd

I revised this a bit and included it in today's updates.

regards, tom lane

#4Fujii Masao
masao.fujii@gmail.com
In reply to: Tom Lane (#3)
Re: Back-branch minor release notes are up for review

On 2020/05/11 4:07, Tom Lane wrote:

Fujii Masao <masao.fujii@oss.nttdata.com> writes:

The empty paragraph needs to be removed.

Ah, thanks for catching that.

I'd like to add the note about the following commit that I pushed recently.
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=683e0ef5530f449f0f913de579b4f7bcd31c91fd

I revised this a bit and included it in today's updates.

Thanks a lot!

Regards,

--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION