pgsql: Fix bad macro call noticed by MSVC compiler.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bad macro call noticed by MSVC compiler.
Date: 2011-05-15 22:45:57
Message-ID: E1QLk4T-0007FJ-Dr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bad macro call noticed by MSVC compiler.

Branch
------
master

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

Modified Files
--------------
src/test/regress/pg_regress.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-05-16 03:13:02 pgsql: Add required psqldir setting for isolation checks.
Previous Message Andrew Dunstan 2011-05-15 22:04:05 pgsql: Add missing check function lookup.