Fix function return type confusion

Peter Eisentraut <peter_e@gmx.net>

Commit: c74d586d2fc8aeaa303d8c60a8a9d959fdc5e791
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-04-16T02:38:08Z
Releases: 9.3.0
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.

Files

PathChange+/−
src/backend/libpq/hba.c modified +1 −1