Thread: pgsql/src/interfaces/libpq fe-connect.c fe-mis ...

pgsql/src/interfaces/libpq fe-connect.c fe-mis ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/06/15 18:06:09

Modified files:
    src/interfaces/libpq: fe-connect.c fe-misc.c fe-secure.c
                          libpq-int.h

Log message:
    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.