postgresql/src/interfaces
Tom Lane 85a6ad3cdf Fix minor bugs in commit 30bf4689a9 et al.
Coverity complained that the "else" added to fillPGconn() was unreachable,
which it was.  Remove the dead code.  In passing, rearrange the tests so as
not to bother trying to fetch values for options that can't be assigned.

Pre-9.3 did not have that issue, but it did have a "return" that should be
"goto oom_error" to ensure that a suitable error message gets filled in.
2014-11-30 12:21:01 -05:00
..
ecpg Support timezone abbreviations that sometimes change. 2014-10-16 15:22:26 -04:00
libpq Fix minor bugs in commit 30bf4689a9 et al. 2014-11-30 12:21:01 -05:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00