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/[email protected] 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(-)
