Tom Lane wrote:
Bruce Momjian <[EMAIL PROTECTED]> writes:
Release is scheduled for Monday.

I just found a missing "#include <ctype.h>" in contrib/tsearch, but other than that and some release-notes adjustments, this morning's stable-snapshot build looks shippable. Speak now or hold your peace.

I just built from a fresh cvs checkout (7.4 stable) and get these warnings:

date.c: In function `interval_time':
date.c:1114: warning: integer constant is too large for "long" type
gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -D_GNU_SOURCE -I/usr/include/et -c -o datetime.o datetime.c -MMD
datetime.c: In function `DecodeDateTime':
datetime.c:1211: warning: integer constant is too large for "long" type
datetime.c: In function `DecodeTimeOnly':
datetime.c:1951: warning: integer constant is too large for "long" type


Passes all regression tests though. Here's how I'm configured:

pg_config --configure
'--prefix=/usr/local/pgsql-7.4' '--with-pgport=55434' '--with-perl' '--with-tcl' '--with-tclconfig=/usr/lib' '--without-tk' '--with-python' '--enable-nls' '--enable-debug' '--enable-cassert' '--enable-depend' '--with-pam' '--enable-integer-datetimes' '--with-openssl' '--with-krb5' '--with-includes=/usr/include/kerberosIV' '--with-includes=/usr/include/et'


Joe

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to