Thread: pgsql: Sync regex code with Tcl 8.5.11.

pgsql: Sync regex code with Tcl 8.5.11.

From
Tom Lane
Date:
Sync regex code with Tcl 8.5.11.

Sync our regex code with upstream changes since last time we did this,
which was Tcl 8.5.0 (see commit df1e965e12cdd48c11057ee6e15346ee2b8b02f5).

There are no functional changes here; the main point is just to lay down
a commit-log marker that somebody has looked at this recently, and to do
what we can to keep the two codebases comparable.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/08fd6ff37f71485e2fc04bc6ce07d2a483c36702

Modified Files
--------------
src/backend/regex/regc_locale.c |    4 ++--
src/backend/regex/rege_dfa.c    |   23 +++++++++++------------
src/backend/regex/regexec.c     |   28 +++++++---------------------
3 files changed, 20 insertions(+), 35 deletions(-)