Digging through previous discussion of this patch, I note where Peter E.
Tom Lane <tgl@sss.pgh.pa.us>
Digging through previous discussion of this patch, I note where Peter E. points out how silly it is to use Autoconf to test for a preprocessor symbol, when one can equally easily #ifdef on the symbol itself. Accordingly, revert configure to prior state and do it that way.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +135 −163 |
| configure.in | modified | +0 −13 |
| src/backend/libpq/hba.c | modified | +12 −5 |
| src/include/config.h.in | modified | +1 −4 |