pgsql: fix escaping of brackets for m4 broken in b6b2149e48aa61981ae019

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: fix escaping of brackets for m4 broken in b6b2149e48aa61981ae019
Date: 2015-05-03 13:37:51
Message-ID: E1You5f-0005cf-0I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

fix escaping of brackets for m4 broken in b6b2149e48aa61981ae0199c963d5145a37c258c

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f707b53449f3ab6998c615b746ad01f5775723a3

Modified Files
--------------
config/python.m4 | 2 +-
configure | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-05-03 15:30:33 pgsql: Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CO
Previous Message Andrew Dunstan 2015-05-03 13:24:45 pgsql: Enable transforms modules to build and run with Mingw builds.