pgsql: Consistently use named parameters in regex code consistently.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Consistently use named parameters in regex code consistently.
Date: 2022-09-19 22:48:03
Message-ID: E1oaPYY-0016sS-Qa@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Consistently use named parameters in regex code consistently.

Adjust a handful of remaining function prototypes that were overlooked
by recent commit bc2187ed. This oversight wasn't caught by clang-tidy
because the functions in question are only built in custom REG_DEBUG
builds.

Author: Peter Geoghegan <pg(at)bowt(dot)ie>
Reported-By: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cb8ff7ed5ac907a4a574413f3e46a3522d7b164c

Modified Files
--------------
src/backend/regex/regcomp.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2022-09-19 23:47:06 pgsql: Harmonize heapam and tableam parameter names.
Previous Message Andres Freund 2022-09-19 22:42:03 pgsql: Extend gendef.pl in preparation for meson