Re: 8.0.0beta1 ... packaged for testing ...

Lists: pgsql-hackers
From: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
To: "'Marc G(dot) Fournier '" <scrappy(at)postgresql(dot)org>, "'pgsql-hackers(at)postgresql(dot)org '" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 8.0.0beta1 ... packaged for testing ...
Date: 2004-08-09 03:06:16
Message-ID: A02DEC4D1073D611BAE8525405FCCE2B55F53B@harris.memetrics.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Just a quick heads-up.

The plpgsql regression test for Win32 fails; appears to not obey the
statement timeout. Might be a known problem.

Lines 395-6 of exec.c need to have the operator changed from equality to
assignment (busted fix for pg_dumpall on win32).

Cheers,
Claudio

-----Original Message-----
From: Marc G. Fournier
To: pgsql-hackers(at)postgresql(dot)org
Sent: 8/9/04 9:50 AM
Subject: [HACKERS] 8.0.0beta1 ... packaged for testing ...

Will do a short announce tomorrow, but if anyone wants to look it over,
make sure that I didn't miss anything? the files are available at
ftp://ftp.postgresql.org/pub/source/v8.0.0beta1 ... both gz and bz2
files
are available ...

the only thing in the build that needs to be fixed is:

cp /var/spool/ftp/pub/dev/doc/man-7.4.tar.gz ../man.tar.gz

----
Marc G. Fournier Hub.Org Networking Services
(http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ:
7615664

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly

---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
Cc: "'Marc G(dot) Fournier '" <scrappy(at)postgresql(dot)org>, "'pgsql-hackers(at)postgresql(dot)org '" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 8.0.0beta1 ... packaged for testing ...
Date: 2004-08-09 03:13:27
Message-ID: 200408090313.i793DR207664@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Claudio Natoli wrote:
> Just a quick heads-up.
>
> The plpgsql regression test for Win32 fails; appears to not obey the
> statement timeout. Might be a known problem.

Open items has:

o query cancel in psql (?)

Not sure if that is the same one or not.

> Lines 395-6 of exec.c need to have the operator changed from equality to
> assignment (busted fix for pg_dumpall on win32).

OK, fixed. I will request another beta1 build.

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


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>, "'Marc G(dot) Fournier '" <scrappy(at)postgresql(dot)org>, "'pgsql-hackers(at)postgresql(dot)org '" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 8.0.0beta1 ... packaged for testing ...
Date: 2004-08-09 03:24:13
Message-ID: 20040809002400.J52647@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers


'k, building ... and I'm goin to bed now :)

On Sun, 8 Aug 2004, Bruce Momjian wrote:

> Claudio Natoli wrote:
>> Just a quick heads-up.
>>
>> The plpgsql regression test for Win32 fails; appears to not obey the
>> statement timeout. Might be a known problem.
>
> Open items has:
>
> o query cancel in psql (?)
>
> Not sure if that is the same one or not.
>
>> Lines 395-6 of exec.c need to have the operator changed from equality to
>> assignment (busted fix for pg_dumpall on win32).
>
> OK, fixed. I will request another beta1 build.
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square, Pennsylvania 19073
>

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
Cc: "'Marc G(dot) Fournier '" <scrappy(at)postgresql(dot)org>, "'pgsql-hackers(at)postgresql(dot)org '" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 8.0.0beta1 ... packaged for testing ...
Date: 2004-08-09 03:40:04
Message-ID: 4728.1092022804@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com> writes:
> The plpgsql regression test for Win32 fails; appears to not obey the
> statement timeout. Might be a known problem.

[ rolls eyes... ] That's been like that for some time. Hasn't anyone
been testing on Windows?

regards, tom lane