Re: pgsql: scripts: add Perl script to add links to release notes

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: scripts: add Perl script to add links to release notes
Date: 2024-09-17 13:47:57
Message-ID: b2465837-56df-4794-a0b5-5e6ed44ed870@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


On 2024-09-16 Mo 1:27 PM, Bruce Momjian wrote:
> scripts: add Perl script to add links to release notes
>
> Reported-by: jian he
>
> Discussion:https://postgr.es/m/ZuYsS5XdA7hVcV9l@momjian.us

I realize I'm late to the party on this, but here's a review patch for
this script. It's mostly stylistic changes (simpler use of print, use of
POSIX xdigit class for hex digits), but it does correct one actual
error: AFAIK "die" doesn't do printf style substitutions.

cheers

andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

Attachment Content-Type Size
add_commit_links.patch text/x-patch 1.6 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2024-09-17 15:10:55 pgsql: Avoid parallel nbtree index scan hangs with SAOPs.
Previous Message Peter Eisentraut 2024-09-17 09:37:07 pgsql: Add temporal FOREIGN KEY contraints