]> granicus.if.org Git - postgresql/commit
Fix function return type confusion
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 16 Apr 2013 02:33:24 +0000 (22:33 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 16 Apr 2013 02:38:08 +0000 (22:38 -0400)
commitc74d586d2fc8aeaa303d8c60a8a9d959fdc5e791
tree64c41389b0db8c27ece28fd66ccf2e370617e0c3
parentd788121aba3425b5d52fe20cc9facb6aca1294ce
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.
src/backend/libpq/hba.c