Re: Release 7.4.3 branded

From: Joe Conway <mail(at)joeconway(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Release 7.4.3 branded
Date: 2004-06-13 05:19:08
Message-ID: 40CBE3CC.9070600@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message zuhans@iname.com 2004-06-13 08:23:53 backup and restore just with use of jdbc?
Previous Message Tom Lane 2004-06-13 02:16:02 Re: Trying to minimize the impact of checkpoints

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2004-06-13 06:32:38 Re: Nested transactions and tuple header info
Previous Message Alvaro Herrera 2004-06-13 04:46:49 Mohawksoft (was Re: I just got it: ...)