Re: pgsql: scripts: add Perl script to add links to release notes - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql: scripts: add Perl script to add links to release notes
Date
Msg-id Zuwc_d1agerYf3xH@momjian.us
Whole thread Raw
In response to pgsql: scripts: add Perl script to add links to release notes  (Bruce Momjian <bruce@momjian.us>)
List 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@momjian.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?"



pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Fix order of includes in src/bin/pg_upgrade/info.c
Next
From: Bruce Momjian
Date:
Subject: pgsql: Improve Perl script which adds commit links to release notes