Обсуждение: Release 7.4.3 branded

Поиск
Список
Период
Сортировка

Release 7.4.3 branded

От
Bruce Momjian
Дата:
I have completed branding 7.4.3, and updated the release notes:
http://candle.pha.pa.us/main/writings/pgsql/sgml/release.html#RELEASE-7-4-3

Release is scheduled for Monday.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


Re: Release 7.4.3 branded

От
Tom Lane
Дата:
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Release is scheduled for Monday.

I'd like to remind people that the pre-release tarball is available from
the ftp servers under /pub/stable_snapshot ... we had complaints last
time that people didn't have a chance to vet the release in advance,
and I don't want to hear that this time.  Check it out...

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.

            regards, tom lane

Re: Release 7.4.3 branded

От
Joe Conway
Дата:
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> 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


Re: Release 7.4.3 branded

От
Tom Lane
Дата:
Joe Conway <mail@joeconway.com> writes:
> I just built from a fresh cvs checkout (7.4 stable) and get these warnings:

OK, this looks to be the same issue Oliver Elphick reported a couple
weeks ago against CVS tip.  I've backpatched his fix into 7.4 branch
(there was a warning in ecpg too, according to him).
        regards, tom lane