pg_regc_locale.c: rename some static functions.

Jeff Davis <jdavis@postgresql.org>

Commit: 8efe982fe2c5b900554d489c0409618638193aef
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2025-10-14T18:04:04Z
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

Files

PathChange+/−
src/backend/regex/regc_locale.c modified +27 −27
src/backend/regex/regcomp.c modified +12 −12
src/backend/regex/regc_pg_locale.c modified +17 −17
src/include/regex/regcustom.h modified +4 −4

Discussion