Re: [pgsql-ru-general] [HACKERS] Final call for translation updates

2005-01-06 Thread Peter Eisentraut
Am Mittwoch, 5. Januar 2005 05:38 schrieb Oleg Bartunov: > Serguei, I have translations (I didn't touch libpq, psql in work, > other files seems complete) available from > http://www.sai.msu.su/~megera/oddmuse/ Let me know when you have something finished and ready to commit. -- Peter Eisentrau

Re: [PATCHES] [HACKERS] Final call for translation updates

2005-01-06 Thread Peter Eisentraut
Am Mittwoch, 5. Januar 2005 10:17 schrieb Alin Vaida: > Unfortunately, I've been pretty busy for the last weeks, but I'll try to > make an effort, at least now. So, what's the last day for sending > translation updates? The release will probably be early next week, so you had better hurry. -- Pe

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Peter Eisentraut
Am Dienstag, 4. Januar 2005 19:03 schrieb Jim Buttafuoco: > ARM platform fails the "point" test see below. For the 7.4 release we got a report for the ARM platform where all tests passed: http://archives.postgresql.org/pgsql-hackers/2003-10/msg01212.php So either there are various degrees of AR

Re: [HACKERS] oldish libpq bug still in RC2

2005-01-06 Thread Hannu Krosing
Ühel kenal päeval (kolmapäev, 22. detsember 2004, 11:34-0500), kirjutas Tom Lane: > Hannu Krosing <[EMAIL PROTECTED]> writes: > > It seems that this bug is still lurking in libpq: > > http://search.postgresql.org/pgsql-hackers/2004-09/msg00703.php > > > Is anybody working on it, or should I try so

Re: [HACKERS] oldish libpq bug still in RC2

2005-01-06 Thread Hannu Krosing
Ühel kenal päeval (esmaspäev, 3. jaanuar 2005, 22:29-0500), kirjutas Bruce Momjian: > This item still seems open. Is it a TODO? Probably. It bit me quite badly when it was discovered. I'm hoping to get something done&tested by tomorrow evenning the latest. -- Hannu Krosing <[EMAIL PROTECTED]>

Re: [HACKERS] Port report: NetBSD 2.0 mac68k

2005-01-06 Thread Peter Eisentraut
Am Dienstag, 14. Dezember 2004 23:07 schrieb Rémi Zara: > Here is a port report for NetBSD 2.0 mac68k, with sources of > postgresql8.0.0rc1. It seems we have fixed the assembly syntax and the float8 failure, but the failure in the misc test seems pretty bogus. Has anyone looked into that furthe

[HACKERS] Porting/platforms/buildfarm open issues

2005-01-06 Thread Peter Eisentraut
First, we still do not have any test with 8.0 on the following platforms: HP-UX IRIX Tru64 UNIX SCO OpenServer Second, we have regressions (vs. 7.4) on the following platforms: Linux Alpha (buildfarm hare) Linux ARM (see http://archives.postgresql.org/pgsql-hackers/2005-01/msg00094.php) Other

Re: [HACKERS] Porting/platforms/buildfarm open issues

2005-01-06 Thread Shridhar Daithankar
On Thursday 06 Jan 2005 3:52 pm, Peter Eisentraut wrote: > First, we still do not have any test with 8.0 on the following platforms: > > HP-UX All the 96 tests are passed on RC3. I can rerun the tests with additional configure flags if required..But I can not install anything new on HP-UX machin

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Marko Kreen
On Thu, Jan 06, 2005 at 10:18:58AM +0100, Peter Eisentraut wrote: > Am Dienstag, 4. Januar 2005 19:03 schrieb Jim Buttafuoco: > > ARM platform fails the "point" test see below. > > For the 7.4 release we got a report for the ARM platform where all tests > passed: > > http://archives.postgresql.o

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Jim Buttafuoco
it looks like a sqrt problem that has been fixed with the linux 2.6 kernel series. I am going to look and see if I can get a 2.6 kernel to check it out. since all of the other tests pass, maybe just a note in the read me file. Jim -- Original Message --- From: Peter Eisentra

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Jim Buttafuoco
Marko, I am using the stock Debian 2.4.27 kernel. Don't know how to change the fp setup. Do you have any instructions for me? Thanks Jim -- Original Message --- From: Marko Kreen To: Peter Eisentraut <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED], pgsql-hackers Sent: Thu, 6 Ja

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Marko Kreen
On Thu, Jan 06, 2005 at 09:07:14AM -0500, Jim Buttafuoco wrote: > I am using the stock Debian 2.4.27 kernel. Don't know how to > change the fp setup. Do you have any instructions for me? It can be changed by configuring and recompiling kernel. I checked the kernel-image-2.4.27-arm package from

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Jim Buttafuoco
Marko/All, I wrote the following test program #include #include #define HYPOT(A, B) sqrt((A) * (A) + (B) * (B)) int main() { printf("SQRT Test\n"); long double a; a = HYPOT(0-10,0-10); printf("double a = %20.12Lf\n",a); exit(0);

Re: [pgsql-ru-general] [HACKERS] Final call for translation updates

2005-01-06 Thread Serguei Mokhov
- Original Message - From: "Peter Eisentraut" <[EMAIL PROTECTED]> Sent: January 06, 2005 3:48 AM > Am Mittwoch, 5. Januar 2005 05:38 schrieb Oleg Bartunov: > > Serguei, I have translations (I didn't touch libpq, psql in work, > > other files seems complete) available from > > http://www.

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Marko Kreen
On Thu, Jan 06, 2005 at 10:18:58AM +0100, Peter Eisentraut wrote: > For the 7.4 release we got a report for the ARM platform where all tests > passed: > > http://archives.postgresql.org/pgsql-hackers/2003-10/msg01212.php Additional info point: > (sid)noel ( at ) debussy:~/postgresql-cvs/pgsql$

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Jim Buttafuoco
Marko, See my email with test program. I will recompile the kernel and get back to the list Jim -- Original Message --- From: Marko Kreen To: Jim Buttafuoco <[EMAIL PROTECTED]> Cc: Peter Eisentraut <[EMAIL PROTECTED]>, pgsql-hackers Sent: Thu, 6 Jan 2005 16:58:03 +0200 Sub

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Marko Kreen
On Thu, Jan 06, 2005 at 10:21:43AM -0500, Jim Buttafuoco wrote: > I will recompile the kernel and get back to the list Thanks. This way we can be sure it is FP-emulation effect. -- marko ---(end of broadcast)--- TIP 8: explain analyze is your fr

Re: [HACKERS] Porting/platforms/buildfarm open issues

2005-01-06 Thread Honda Shigehiro
Hello. From: Peter Eisentraut <[EMAIL PROTECTED]> Subject: [HACKERS] Porting/platforms/buildfarm open issues Date: Thu, 6 Jan 2005 11:22:56 +0100 > Tru64 UNIX I tried RC3 on Tru64 box with cc(Compaq C V6.1-011). There are some errors to build and install. All tests (make installcheck) are passed

Re: [HACKERS] Port report: NetBSD 2.0 mac68k

2005-01-06 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Am Dienstag, 14. Dezember 2004 23:07 schrieb Rémi Zara: >> Here is a port report for NetBSD 2.0 mac68k, with sources of >> postgresql8.0.0rc1. > It seems we have fixed the assembly syntax and the float8 failure, but the > failure in the misc test see

Re: [HACKERS] Porting/platforms/buildfarm open issues

2005-01-06 Thread Tom Lane
Shridhar Daithankar <[EMAIL PROTECTED]> writes: > On Thursday 06 Jan 2005 3:52 pm, Peter Eisentraut wrote: >> First, we still do not have any test with 8.0 on the following platforms: >> >> HP-UX > All the 96 tests are passed on RC3. I can rerun the tests with additional > configure flags if req

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Jim Buttafuoco
Marko, I couldn't get 2.4.27 to patch with the arm patches, so I downloaded 2.4.25 (with has CONFIG_FPE_NWFPE=y) and ALL tests passed. So I will file a bug report with Debian. We should also put something in the Postgresql readme about this issue. Jim -- Original Message -

Re: [HACKERS] Porting/platforms/buildfarm open issues

2005-01-06 Thread Andrew Dunstan
Peter Eisentraut wrote: Second, we have regressions (vs. 7.4) on the following platforms: Linux Alpha (buildfarm hare) This was apparently an old Alpha chip, and Jim was going to try on a more modern machine not known to have FP problems. So take this result with many grains of salt. cheers

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Marko Kreen
On Thu, Jan 06, 2005 at 11:39:14AM -0500, Jim Buttafuoco wrote: > I couldn't get 2.4.27 to patch with the arm patches, so I downloaded 2.4.25 > (with has CONFIG_FPE_NWFPE=y) and ALL > tests passed. So I will file a bug report with Debian. We should also put > something in the Postgresql readme

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Andrew Dunstan
Marko Kreen wrote: On Thu, Jan 06, 2005 at 11:39:14AM -0500, Jim Buttafuoco wrote: I couldn't get 2.4.27 to patch with the arm patches, so I downloaded 2.4.25 (with has CONFIG_FPE_NWFPE=y) and ALL tests passed. So I will file a bug report with Debian. We should also put something in the Post

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Marko Kreen
On Thu, Jan 06, 2005 at 12:32:12PM -0500, Andrew Dunstan wrote: > Marko Kreen wrote: > >The question is rather how to handle it in PostgreSQL > >regression testing: > >1) Document the need for NWFPE - which gives standard results. > >2) Use FastFPE results on Linux/ARM. > >3) Autodetect - ok, that

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Tom Lane
Marko Kreen writes: > I have not looked at pg_regress much and had not noticed the > 'unconditional alternative' feature. I only thought of the > resultmap alternative. Unconditionally adding FastFPE results > may even be good, so that FastFPE can pass on any platform. No, it would be bad, beca

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Andrew Dunstan
Tom Lane wrote: I have noticed an increasing tendency among the buildfarm crew to think that the regression tests should show zero diffs on all platforms no matter what. That is not the design goal. The intent is to tell you about possible problems. If you decide that a particular diff isn't re

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Marko Kreen
On Thu, Jan 06, 2005 at 02:05:17PM -0500, Tom Lane wrote: > Marko Kreen writes: > > I have not looked at pg_regress much and had not noticed the > > 'unconditional alternative' feature. I only thought of the > > resultmap alternative. Unconditionally adding FastFPE results > > may even be good,

Re: [HACKERS] oldish libpq bug still in RC2

2005-01-06 Thread Tom Lane
Hannu Krosing <[EMAIL PROTECTED]> writes: > Tom Lane: >> Go for it. The difficulty I think is testing that the failure path >> actually does the right thing. Do you have the ability to provoke >> the failure on demand? > the easiest way to provoke it is running the following code in a python > i

[HACKERS] PostgreSQL 8.0.0 Release Scheduale

2005-01-06 Thread Marc G. Fournier
Just to keep everyone in the loop at what we are looking at right now. RC4 - Packaged tonight, Announced Friday AM Full Release - Packaged Monday Night, PR/Announce Tuesday AM If *anyone* is sitting on something, plesae let us know ASAP ... I'm planning on packaging up RC4 tonight around

Re: [HACKERS] Porting/platforms/buildfarm open issues

2005-01-06 Thread Tom Lane
Honda Shigehiro <[EMAIL PROTECTED]> writes: > So, I need a patch to build: > bash-2.05b$ diff Makefile.osf.DIST Makefile.osf > 4c4 > < rpath = -Wl,-rpath -Wl,$(rpathdir) > --- > > rpath = -rpath $(rpathdir) OK; this simply reverts a cosmetic change I made awhile ago. Evidently that wasn't a good

Re: [HACKERS] PostgreSQL 8.0.0 Release Scheduale

2005-01-06 Thread Magnus Hagander
>Just to keep everyone in the loop at what we are looking at right now. > >RC4 - Packaged tonight, Announced Friday AM >Full Release - Packaged Monday Night, PR/Announce Tuesday AM > >If *anyone* is sitting on something, plesae let us know ASAP ... I'm >planning on packaging up RC4 tonigh

Re: [HACKERS] PostgreSQL 8.0.0 Release Scheduale

2005-01-06 Thread Joshua D. Drake
Just a thought - considering it's just a weekend in between, isn't the time between RC4 and release a little bit on the shortside? I mean, not a lot of people will have time to test it "for real" in that time... While there aren't any large changes, it never hurts to be on the safe side? (Remember

Re: [HACKERS] PostgreSQL 8.0.0 Release Scheduale

2005-01-06 Thread Bruce Momjian
Magnus Hagander wrote: > >Just to keep everyone in the loop at what we are looking at right now. > > > >RC4 - Packaged tonight, Announced Friday AM > >Full Release - Packaged Monday Night, PR/Announce Tuesday AM > > > >If *anyone* is sitting on something, plesae let us know ASAP ... I'm >

Re: [HACKERS] [Testperf-general] pg_autovacuum w/ dbt2

2005-01-06 Thread Mark Wong
I apologize for the significant delay, here's a link to results to a test with 8.0rc3: http://www.osdl.org/projects/dbt2dev/results/dev4-010/236/ These are the same parameters with as run 215, listed below with the but with --enable-debug --enable-cassert. I also ran pg_autovacuum with -d

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Andrew Dunstan
Marko Kreen wrote: The unconditional-acceptance thing has to be used with great caution; preferably only for issues that we expect on many platforms (such as locale dependencies). How about the following then: let pg_regress.sh accept multiple choices from resultmap. Good idea. I was think

Re: [HACKERS] PostgreSQL 8.0.0 Release Scheduale

2005-01-06 Thread Marc G. Fournier
On Thu, 6 Jan 2005, Bruce Momjian wrote: Magnus Hagander wrote: Just to keep everyone in the loop at what we are looking at right now. RC4 - Packaged tonight, Announced Friday AM Full Release - Packaged Monday Night, PR/Announce Tuesday AM If *anyone* is sitting on something, plesae let us

[HACKERS] RC4 bundled and available ...

2005-01-06 Thread Marc G. Fournier
Check her over .. will do a general announce in the morning ... Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: [EMAIL PROTECTED] Yahoo!: yscrappy ICQ: 7615664 ---(end of broadcast)--- TIP

Re: [PATCHES] [HACKERS] Bgwriter behavior

2005-01-06 Thread Bruce Momjian
Do we want to add this additional log infor to CVS for 8.0? --- Simon Riggs wrote: > On Mon, 2005-01-03 at 19:14 -0500, Bruce Momjian wrote: > > Simon Riggs wrote: > > > Here's my bgwriter instrumentation patch, which gives

Re: [HACKERS] CSV arm check failure

2005-01-06 Thread Michael Glaesemann
On Jan 7, 2005, at 4:35, Andrew Dunstan wrote: The buildfarm is a dashboard application - when everything is OK you want it to show all green. If that's not a goal, then some redesign is appropriate. Perhaps buildfarm needs its own test suite, rather than leveraging those in the distribution, al

Re: [HACKERS] PostgreSQL 8.0.0 Release Scheduale

2005-01-06 Thread Joshua D. Drake
I'm the last person to argue against delaying to get it right :) But, if we are going to delay to end of week, why not just make it a Sun package, Mon release, so that Josh et al can get the best bang for the PR/release announcement? I think that we would then want a tuesday release. It is my

Re: [HACKERS] PostgreSQL 8.0.0 Release Scheduale

2005-01-06 Thread Michael Glaesemann
On Jan 7, 2005, at 15:44, Joshua D. Drake wrote: I'm the last person to argue against delaying to get it right :) But, if we are going to delay to end of week, why not just make it a Sun package, Mon release, so that Josh et al can get the best bang for the PR/release announcement? I think tha