pgsql: pg_regc_locale.c: rename some static functions. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: pg_regc_locale.c: rename some static functions.
Date
Msg-id E1v8jQb-001hCc-15@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_regc_locale.c: rename some static functions.

Use the more specific prefix "regc_" rather than the generic prefix
"pg_".

A subsequent commit will create generic versions of some of these
functions that can be called from other modules.

Discussion: https://postgr.es/m/0151ad01239e2cc7b3139644358cf8f7b9622ff7.camel@j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8efe982fe2c5b900554d489c0409618638193aef

Modified Files
--------------
src/backend/regex/regc_locale.c    | 54 +++++++++++++++++++-------------------
src/backend/regex/regc_pg_locale.c | 34 ++++++++++++------------
src/backend/regex/regcomp.c        | 24 ++++++++---------
src/include/regex/regcustom.h      |  8 +++---
4 files changed, 60 insertions(+), 60 deletions(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: dblink: Avoid locking relation before privilege check.
Next
From: Masahiko Sawada
Date:
Subject: pgsql: pg_createsubscriber: Add log message when no publications exist