pgsql: Sync regex code with Tcl 8.5.11.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Sync regex code with Tcl 8.5.11.
Date: 2012-02-18 00:44:38
Message-ID: E1RyYPm-0001ch-FW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2012-02-18 13:17:32 pgsql: Make sure all connection paramters are used in call to PQconnect
Previous Message Tom Lane 2012-02-17 01:01:05 pgsql: Fix longstanding error in contrib/intarray's int[] & int[] opera