Closer code review for PQconnectionUsedPassword() patch: in particular,
Tom Lane <tgl@sss.pgh.pa.us>
Closer code review for PQconnectionUsedPassword() patch: in particular, not OK to include postgres_fe.h into libpq-fe.h, hence declare it as returning int not bool.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +20 −15 |
| src/include/libpq/pqcomm.h | modified | +1 −2 |
| src/interfaces/libpq/fe-connect.c | modified | +19 −17 |
| src/interfaces/libpq/libpq-fe.h | modified | +5 −5 |
| src/interfaces/libpq/libpq-int.h | modified | +2 −2 |