pgsql: Fix function return type confusion

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix function return type confusion
Date: 2013-04-16 02:39:43
Message-ID: E1URvo7-0005Ar-MT@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix function return type confusion

When parse_hba_line's return type was changed from bool to a pointer,
the MANDATORY_AUTH_ARG macro wasn't adjusted.

Branch
------
master

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

Modified Files
--------------
src/backend/libpq/hba.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-04-16 12:11:26 pgsql: Remove some unused and seldom used fields from RelationAmInfo.
Previous Message Andrew Dunstan 2013-04-16 01:49:43 pgsql: Mark json IO and extraction functions immutable.