Thread: pgsql/src/backend/commands (copy.c sequence.c variable.c)

pgsql/src/backend/commands (copy.c sequence.c variable.c)

From
Peter Eisentraut - PostgreSQL
Date:
  Date: Wednesday, June 14, 2000 @ 14:17:27
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/commands
     from hub.org:/home/projects/pgsql/tmp/cvs-serv74757/src/backend/commands

Modified Files:
    copy.c sequence.c variable.c

-----------------------------  Log Message  -----------------------------

Big warnings cleanup for Solaris/GCC. Down to about 40 now, but
we'll get there one day.

Use `cat' to create aclocal.m4, not `aclocal'. Some people don't
have automake installed.

Only run the autoconf rule in the top-level GNUmakefile if the
invoker specified `make configure', don't run it automatically
because of CVS timestamp skew.


Re: gcc warnings

From
Tom Lane
Date:
Peter Eisentraut - PostgreSQL <petere@hub.org> writes:
> Big warnings cleanup for Solaris/GCC. Down to about 40 now, but
> we'll get there one day.

Really!?  I get very darn few warnings from gcc on HPUX, compiling
with the default switches (-Wall -Wmissing-prototypes
-Wmissing-declarations).  For a long time I've seen only 7, six
of which are due to sloppy output from flex.

I'd be interested to know what sorts of things you see.

            regards, tom lane