Clean up gcc warnings. Avoid the bad habit of putting externs in .c
Tom Lane <tgl@sss.pgh.pa.us>
Clean up gcc warnings. Avoid the bad habit of putting externs in .c files rather than a header file where they belong. Pay some modicum of attention to picking global routine names that aren't likely to conflict with surrounding applications.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-connect.c | modified | +7 −15 |
| src/interfaces/libpq/fe-misc.c | modified | +7 −11 |
| src/interfaces/libpq/fe-secure.c | modified | +13 −42 |
| src/interfaces/libpq/libpq-int.h | modified | +10 −1 |