From: | jian he <jian(dot)universality(at)gmail(dot)com> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: First draft of PG 17 release notes |
Date: | 2024-05-09 10:53:30 |
Message-ID: | CACJufxG_1=aRBHEvfGUjgjs_KVmc6bBQdmSns8u0wEta-idy2Q@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, May 9, 2024 at 12:04 PM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> I have committed the first draft of the PG 17 release notes; you can
> see the results here:
>
> https://momjian.us/pgsql_docs/release-17.html
>
* Add function pg_buffercache_evict() to allow shared buffer eviction
(Palak Chaturvedi, Thomas Munro)
* This is useful for testing.
this should put it on the section
< E.1.3.11. Additional Modules
?
Then I found out official release notes don't have <section> attributes,
so it doesn't matter?
<<
Allow ALTER OPERATOR to set more optimization attributes (Tommy Pavlicek)
This is useful for extensions.
<<
I think this commit title "Add hash support functions and hash opclass
for contrib/ltree."
from [1] is more descriptive.
i am not 100% sure of the meaning of "This is useful for extensions."
[1] https://git.postgresql.org/cgit/postgresql.git/commit/?id=485f0aa85995340fb62113448c992ee48dc6fff1
From | Date | Subject | |
---|---|---|---|
Next Message | Ryo Matsumura (Fujitsu) | 2024-05-09 10:54:31 | Bug: PGTYPEStimestamp_from_asc() in ECPG pgtypelib |
Previous Message | Dagfinn Ilmari Mannsåker | 2024-05-09 10:31:17 | Re: First draft of PG 17 release notes |