Consistently use named parameters in regex code consistently.

Peter Geoghegan <pg@bowt.ie>

Commit: cb8ff7ed5ac907a4a574413f3e46a3522d7b164c
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2022-09-19T22:47:04Z
Releases: 16.0
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@bowt.ie>
Reported-By: Tom Lane <tgl@sss.pgh.pa.us>

Files

PathChange+/−
src/backend/regex/regcomp.c modified +5 −5