pgsql: Consistently use named parameters in regex code consistently.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Consistently use named parameters in regex code consistently.
Дата
Msg-id E1oaPYY-0016sS-Qa@gemulon.postgresql.org
обсуждение исходный текст
Список 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@bowt.ie>
Reported-By: Tom Lane <tgl@sss.pgh.pa.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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Extend gendef.pl in preparation for meson
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Harmonize heapam and tableam parameter names.