Re: Release 7.4.3 branded

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Release 7.4.3 branded
Дата
Msg-id 40CBE3CC.9070600@joeconway.com
обсуждение исходный текст
Ответ на Re: Release 7.4.3 branded  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Release 7.4.3 branded  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Mohawksoft (was Re: I just got it: ...)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Nested transactions and tuple header info