diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-06-30 09:16:27 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-06-30 09:16:27 +0900 |
commit | 23d8624fe52efff0e1c8a6e809d51671f9f549d6 (patch) | |
tree | 77e8ef2d100fe833b8f1b269ff73ef5229e07322 /contrib/postgres_fdw/sql | |
parent | 5bcc7e6dc8cb6fb6ab16c118a1e710fc85096f76 (diff) | |
download | postgresql-23d8624fe52efff0e1c8a6e809d51671f9f549d6.tar.gz postgresql-23d8624fe52efff0e1c8a6e809d51671f9f549d6.zip |
Use named captures in Catalog::ParseHeader()
Using at least perl 5.14 is required since 4c15327, meaning that it is
possible to use named captures and the %+ hash instead of having to
count parenthesis groups manually.
While on it, CATALOG is made more flexible in its handling of
whitespaces for parameter lists (see the addition of \s* in this
case). The generated postgres.bki remains exactly the same before and
after this commit.
Author: Dagfinn Ilmari Mannsåker
Reviewed-by: John Naylor
Discussion: https://postgr.es/m/87y1l3s7o9.fsf@wibble.ilmari.org
Diffstat (limited to 'contrib/postgres_fdw/sql')
0 files changed, 0 insertions, 0 deletions