Re: 2024-02-08 release announcement draft

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: 2024-02-08 release announcement draft
Date: 2024-02-06 08:19:56
Message-ID: CACJufxGvm9snC5TS7G-+kGkJdsO15kDNvr5PvP=7fswOJLB+Dw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 6, 2024 at 12:43 PM Jonathan S. Katz <jkatz(at)postgresql(dot)org> wrote:
>
> Hi,
>
> Attached is a draft of the 2024-02-08 release announcement. Please
> review for accuracy and notable omissions.
>
> Please provide any feedback no later than 2024-02-08 12:00 UTC (and
> preferably sooner).
>

* In PL/pgSQL, support SQL commands that are `CREATE FUNCTION`/`CREATE
PROCEDURE`
with SQL-standard bodies.

https://git.postgresql.org/cgit/postgresql.git/commit/?id=57b440ec115f57ff6e6a3f0df26063822e3123d2
says only for plpgsql routine or DO block.

* Ensure initdb always uncomments `postgresql.conf` entries for the
`lc_` family of parameters.

maybe `initdb`

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2024-02-06 08:27:55 RE: speed up a logical replica setup
Previous Message John Naylor 2024-02-06 07:59:52 Re: Change GUC hashtable to use simplehash?