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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/libpq fe-connect.c fe-mis ...
Date: 2002-06-15 22:06:09
Message-ID: 20020615220609.F04B7475976@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-06-15 22:15:03 pgsql/doc/src/sgml syntax.sgml
Previous Message Bruce Momjian - CVS 2002-06-15 22:03:35 pgsql/src/backend/optimizer/prep/_deadcode