Re: [PATCH] Using named captures in Catalog::ParseHeader()
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Cc: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-06-13T15:14:27Z
Lists: pgsql-hackers
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> writes: > However, now that we require Perl 5.14, we can use the named capture > feature (introduced in Perl 5.10) to make that a lot clearer, as in the > attached patch. Added to the open commitfest: https://commitfest.postgresql.org/43/4361/ - ilmari
Commits
-
Use named captures in Catalog::ParseHeader()
- 23d8624fe52e 17.0 landed