-
- Downloads
Create a GUC variable REGEX_FLAVOR to control the type of regular
expression accepted by the regex operators, per discussion yesterday. Along the way, reduce deadlock_timeout from PGC_POSTMASTER to PGC_SIGHUP category. It is probably best to insist that all backends share the same setting, but that doesn't mean it has to be frozen at startup.
Showing
- doc/src/sgml/func.sgml 33 additions, 15 deletionsdoc/src/sgml/func.sgml
- doc/src/sgml/runtime.sgml 16 additions, 3 deletionsdoc/src/sgml/runtime.sgml
- src/backend/utils/adt/regexp.c 42 additions, 10 deletionssrc/backend/utils/adt/regexp.c
- src/backend/utils/misc/guc.c 8 additions, 2 deletionssrc/backend/utils/misc/guc.c
- src/backend/utils/misc/postgresql.conf.sample 1 addition, 0 deletionssrc/backend/utils/misc/postgresql.conf.sample
- src/bin/psql/tab-complete.c 11 additions, 22 deletionssrc/bin/psql/tab-complete.c
- src/include/utils/builtins.h 3 additions, 1 deletionsrc/include/utils/builtins.h
Loading
Please register or sign in to comment