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

Started by Peter Eisentraut - PostgreSQL <>about 26 years ago2 messagescomitters
Jump to latest
#1Peter Eisentraut - PostgreSQL <>
peter_eisentraut___postgresql___@unknown.user

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.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut - PostgreSQL <> (#1)
Re: gcc warnings

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