Code review for recent libpq changes. Be more careful about error
Tom Lane <tgl@sss.pgh.pa.us>
Code review for recent libpq changes. Be more careful about error handling in SIGPIPE processing; avoid unnecessary pollution of application link-symbol namespace; spell 'pointer to function' in the conventional way.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-connect.c | modified | +12 −19 |
| src/interfaces/libpq/fe-print.c | modified | +5 −4 |
| src/interfaces/libpq/fe-secure.c | modified | +58 −29 |
| src/interfaces/libpq/libpq-fe.h | modified | +6 −7 |
| src/interfaces/libpq/libpq-int.h | modified | +9 −12 |