Thread: pgsql/src/interfaces/odbc convert.c

pgsql/src/interfaces/odbc convert.c

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/09/30 17:48:58

Modified files:
    src/interfaces/odbc: convert.c

Log message:
    Fix sloppiness about static vs non-static declaration of functions.
    Some compilers are pickier about this than gcc is.