On Wed, Sep 18, 2024 at 8:55 AM Bruce Momjian <br...@momjian.us> wrote: > > On Tue, Sep 17, 2024 at 08:22:41PM -0400, Tom Lane wrote: > > Bruce Momjian <br...@momjian.us> writes: > > > On Tue, Sep 17, 2024 at 03:29:54PM -0300, Marcos Pegoraro wrote: > > >> Em ter., 17 de set. de 2024 às 05:12, Alvaro Herrera > > >> <alvhe...@alvh.no-ip.org> > > >>> Add backend support for injection points (Michael Paquier) [commit 1] > > >>> [2] > > > > > I think trying to add text to each item is both redundant and confusing, > > > > Also very clutter-y. I'm not convinced that any of this is a good > > idea that will stand the test of time: I estimate that approximately > > 0.01% of people who read the release notes will want these links. > > Yes, I think 0.01% is accurate. > > > But if we keep it I think the annotations have to be very unobtrusive. > > I very much agree. >
google "PostgreSQL 16: What's New?" In private browsing mode shows we have at least 15 English blogs explaining new features. I think including the git commit info, can help people quickly write these kinds of blogs. Without it, writing blog and sql examples would be harder or require you to know more about postgres internal.