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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: scripts: add Perl script to add links to release notes
Date: 2024-09-19 12:45:49
Message-ID: Zuwc_d1agerYf3xH@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Sep 17, 2024 at 09:47:57AM -0400, Andrew Dunstan wrote:
>
> 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.

Patch applied. Sorry for the delay.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

When a patient asks the doctor, "Am I going to die?", he means
"Am I going to die soon?"

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2024-09-19 12:46:02 pgsql: Improve Perl script which adds commit links to release notes
Previous Message Alexander Korotkov 2024-09-19 11:36:13 pgsql: Fix order of includes in src/bin/pg_upgrade/info.c