Re: PG 16 draft release notes ready

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG 16 draft release notes ready
Date: 2023-06-10 01:04:36
Message-ID: ZIPMJHH4S8DsE/8f@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 8, 2023 at 02:23:33PM +0900, Masahiko Sawada wrote:
> Hi,
>
> On Fri, May 19, 2023 at 5:49 AM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> >
> > I have completed the first draft of the PG 16 release notes. You can
> > see the output here:
> >
> > https://momjian.us/pgsql_docs/release-16.html
> >
> > I will adjust it to the feedback I receive; that URL will quickly show
> > all updates.
> >
>
> <!--
> Author: Michael Paquier <michael(at)paquier(dot)xyz>
> 2023-03-14 [5c1b66280] Rework design of functions in pg_walinspect
> -->
>
> <listitem>
> <para>
> Remove pg_walinspect functions
> pg_get_wal_records_info_till_end_of_wal() and
> pg_get_wal_stats_till_end_of_wal().
> </para>
> </listitem>
>
> I found that this item misses the author, Bharath Rupireddy. Please
> add his name.

Thanks, fixed.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gurjeet Singh 2023-06-10 01:20:12 Re: Use COPY for populating all pgbench tables
Previous Message Jeff Davis 2023-06-10 00:49:00 Re: pgsql: Fix search_path to a safe value during maintenance operations.