From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | David Rowley <dgrowleyml(at)gmail(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: PG 18 release notes draft committed |
Date: | 2025-05-08 00:36:08 |
Message-ID: | aBv8eGal7uFr97vK@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, May 8, 2025 at 09:33:49AM +1200, David Rowley wrote:
> On Fri, 2 May 2025 at 14:44, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> > You can see the most current HTML-built version here:
> >
> > https://momjian.us/pgsql_docs/release-18.html
>
> You might have left it out on purpose as the output isn't likely to be
> read by a machine, but for "Change pg_backend_memory_contexts.level to
> be one-based", d9e03864b applied the same change to
> pg_log_backend_memory_contexts().
Oh, I looked at that commit:
commit 706cbed3510
Author: Fujii Masao <fujii(at)postgresql(dot)org>
Date: Mon Apr 21 14:53:25 2025 +0900
doc: Fix memory context level in pg_log_backend_memory_contexts() example.
Commit d9e03864b6b changed the memory context level numbers shown by
pg_log_backend_memory_contexts() to be 1-based. However, the example in
the documentation was not updated and still used 0-based numbering.
This commit updates the example to match the current 1-based output.
Author: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Reviewed-by: David Rowley <drowleyml(at)gmail(dot)com>
Discussion: https://postgr.es/m/1ad6d388-1b43-400d-bec9-36d52f755f74@oss.nttdata.com
and didn't realize it was an SQL function, though the documentation
mention makes that clear. Applied patch attached.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
Do not let urgent matters crowd out time for investment in the future.
Attachment | Content-Type | Size |
---|---|---|
master.diff | text/x-diff | 973 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2025-05-08 00:38:40 | Re: ZStandard (with dictionaries) compression support for TOAST compression |
Previous Message | Matthew Sterrett | 2025-05-07 23:57:06 | Re: Proposal for enabling auto-vectorization for checksum calculations |