pgsql: Sync regex code with Tcl 8.5.11. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Sync regex code with Tcl 8.5.11.
Date
Msg-id E1RyYPm-0001ch-FW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve statistics estimation to make some use of DISTINCT in su
Next
From: Michael Meskes
Date:
Subject: pgsql: Make sure all connection paramters are used in call to PQconnect