Re: [HACKERS] Re: int8 bug on Alpha

2001-03-22 Thread Adriaan Joubert
This is a portability bug, no question. But I'd expect it to fail like that on all Alpha-based platforms. Adriaan, when you say it works on Linux, are you talking about Linux/Alpha or some other hardware? No, PC Linux. I run a database on my laptop as well. Adriaan

[HACKERS] Call for platforms

2001-03-22 Thread Giles Lean
Results of 'make check': NetBSD-1.5/i386 one spurious floating point test failure (mail sent to postgresql-bugs with details) NetBSD_1.5/alphaall tests passed NetBSD-1.4.2/i386 four tests fail timestamp... FAILED

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
* Bruce Momjian [EMAIL PROTECTED] [010321 23:08]: Works fine here. on a GCC platform, it does. I suspect this is a portability issue. LER Since I am playing with StarOffice, I figured I'd try --with-odbc, current sources, except for the big Bruce commit I just saw :-)

Re: [HACKERS] Call for platforms

2001-03-22 Thread Marko Kreen
OK: Linux 2.4.2 i686 / gcc 2.95.2 / Debian testing/unstable no problems. OK?: NetBSD 1.5 i586 / egcs 2.91.66 / (netbsd-1-5 from Jan) netbsd FAILED the geometry test, diff attached, dunno if its critical or not. -- marko *** ./expected/geometry-positive-zeros.out Wed Mar 21 15:07:12

[HACKERS] Re: Call for platforms

2001-03-22 Thread Thomas Lockhart
NetBSD-1.5/i386 one spurious floating point test failure (mail sent to postgresql-bugs with details) NetBSD_1.5/alphaall tests passed NetBSD-1.4.2/i386 four tests fail Thanks! I'm not too worried about 1.4.2, but be sure to let us know what the problem was; it

Re: [HACKERS] Performance monitor signal handler

2001-03-22 Thread Jan Wieck
Bruce Momjian wrote: I have talked to Jan over the phone, and he has convinced me that UDP is the proper way to communicate stats to the collector, rather than my shared memory idea. The advantages of his UDP approach is that the collector can sleep on the UDP socket rather than having the

[HACKERS] Re: Call for platforms

2001-03-22 Thread Thomas Lockhart
Here is the current scorecard. We have a couple of new platforms reported (yeaaa!): NetBSD 2.8 alpha 7.1 2001-03-22, Giles Lean OpenBSD 2.8 x867.1 2001-03-22, B. Palmer (first name?) Any more OpenBSD architectures out there running PostgreSQL? Here are the remaining (unreported, or

[HACKERS] Re: Call for platforms

2001-03-22 Thread The Hermit Hacker
On Thu, 22 Mar 2001, Thomas Lockhart wrote: Solaris x867.0 2000-04-12, Marc Fournier scrappy, do you still have this machine? Doing tests on Solaris x86/7 right now, will report as soon as they are done ... Solaris 2.5.1-2.7 Sparc 7.0 2000-04-12, Peter Eisentraut I'll bet that

Re: [HACKERS] pgindent run?

2001-03-22 Thread Bruce Momjian
* Bruce Momjian [EMAIL PROTECTED] [010321 21:14] wrote: The Hermit Hacker [EMAIL PROTECTED] writes: and most times, those have to be merged into the source tree due to extensive changes anyway ... maybe we should just get rid of the use of pgindent altogether? I think

[HACKERS] Re: Call for platforms

2001-03-22 Thread Thomas Lockhart
FreeBSD 4.2 x867.1 2001-03-19, Vince Vielhaber FreeBSD 4.3-BETA is good to go also ... Yeah, I'm not sure how to list that, or whether to bother. It is beta, 4.2 works fine (and nothing had to change for 4.3, right?) so maybe we just list it when 4.3 goes stable? Or is 4.3 sufficiently

Re: [HACKERS] pgindent run?

2001-03-22 Thread Tom Lane
Alfred Perlstein [EMAIL PROTECTED] writes: cvs annotate is a really, really handy tool, unfortunetly these indent runs remove this very useful tool as well as do a major job of obfuscating the code changes. I think this is a good reason for *not* applying pgindent on an incremental basis, but

Re: [HACKERS] Re: Strange results of CURRENT_TIMESTAMP

2001-03-22 Thread Marek PUBLICEWICZ
Hi, On Thu, 22 Mar 2001, Thomas Lockhart wrote: - fields defined as TIMESTAMP DEFAULT CURRENT_TIMESTAMP sometimes generate invalid format of the date, for instance: 2001-02-10 13:11:60.00+01 You are running the Mandrake RPMs? Or have otherwise compiled using the -ffast-math

Re: [HACKERS] pgindent run?

2001-03-22 Thread Bruce Momjian
It seems that you guys are dead set on using this pgindent tool, this is cool, we'd probably use some indentation tool on the FreeBSD sources if there was one that met our code style(9) guidelines. I would liken running pgindent to having a nice looking store or website. No one is going to

Re: [HACKERS] pgindent run?

2001-03-22 Thread Bruce Momjian
Alfred Perlstein [EMAIL PROTECTED] writes: cvs annotate is a really, really handy tool, unfortunetly these indent runs remove this very useful tool as well as do a major job of obfuscating the code changes. I think this is a good reason for *not* applying pgindent on an incremental

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread Thomas Lockhart
Solaris x86/7 results, for example, in geometry.out, show a difference of: 3,-3.06204718156754e-11 (expected) 3,-3.06204718035418e-11 (results) acceptable diviation? That sort of deviation is well within bounds, particularly for geometry tests which might have some transcendental math

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread Larry Rosenman
4.3 is in RELEASE CANDIDATE right now. By the time we release, it should be -RELEASE or -STABLE. I'd include it as just 4.3. It will be the -RELEASE at the time we are. LER Original Message On 3/22/01, 8:50:26 AM, Thomas Lockhart [EMAIL PROTECTED] wrote regarding [HACKERS] Re: Call

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread The Hermit Hacker
On Thu, 22 Mar 2001, Thomas Lockhart wrote: Solaris x86/7 results, for example, in geometry.out, show a difference of: 3,-3.06204718156754e-11 (expected) 3,-3.06204718035418e-11 (results) acceptable diviation? That sort of deviation is well within bounds, particularly for geometry

[HACKERS] solaris 7/sparc good to go:

2001-03-22 Thread The Hermit Hacker
== shutting down postmaster == == All 76 tests passed. == rm regress.o Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: [EMAIL PROTECTED]

Re: [HACKERS] pgindent run?

2001-03-22 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: Alfred Perlstein [EMAIL PROTECTED] writes: cvs annotate is a really, really handy tool, unfortunetly these indent runs remove this very useful tool as well as do a major job of obfuscating the code changes. I think this is a good reason for *not*

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread The Hermit Hacker
On Thu, 22 Mar 2001, Tom Lane wrote: The Hermit Hacker [EMAIL PROTECTED] writes: Nope, still working through some things ... the select_implicit test failed completely: dragon:/home/centre/marc/src/postgresql-7.1RC1/src/test/regress more results/select_implicit.out psql:

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread Tom Lane
The Hermit Hacker [EMAIL PROTECTED] writes: Nope, still working through some things ... the select_implicit test failed completely: dragon:/home/centre/marc/src/postgresql-7.1RC1/src/test/regress more results/select_implicit.out psql: connectDBStart() -- connect() failed: Connection refused

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread Thomas Lockhart
OpenBSD 2.8 x867.1 2001-03-22, B. Palmer (first name?) Though it does work, like FBSD, there are some changes that need to be made to the system. Need max proc / files changes and a kernel recompile with SEMMNI and SEMMNS changes. Anywhere special to note this? So more-or-less the

[HACKERS] Potential RC1-stoppers

2001-03-22 Thread Tom Lane
I'm currently concerned about these recent reports: * Joel Burton's report of disappearing files, 3/20. This is real scary, but no one else has reported anything like it. * Tatsuo's weird failure in XLogFileInit ("ZeroFill: no such file or directory"). I'm hoping this can be explained away,

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Peter Eisentraut
Larry Rosenman writes: cc -G -Wl,-z,text -Wl,-h,libpsqlodbc.so.0 -Wl,-Bsymbolic info.o bind.o columninfo.o connection.o convert.o drvconn.o environ.o execute.o lobj.o misc.o options.o pgtypes.o psqlodbc.o qresult.o results.o socket.o parse.o statement.o gpps.o tuple.o tuplelist.o

Re: [HACKERS] pgindent run?

2001-03-22 Thread Peter Eisentraut
Bruce Momjian writes: Are there any severely mis-indented files? There are some new contrib modules that are nowhere close to our indent conventions; also a good deal of foreign-key-related stuff in the parser that needs to be cleaned up. So we should run it. I've always felt

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread bpalmer
On Thu, 22 Mar 2001, Thomas Lockhart wrote: OpenBSD 2.8 x867.1 2001-03-22, B. Palmer (first name?) Though it does work, like FBSD, there are some changes that need to be made to the system. Need max proc / files changes and a kernel recompile with SEMMNI and SEMMNS changes.

Re: [HACKERS] Potential RC1-stoppers

2001-03-22 Thread Bruce Momjian
I'm currently concerned about these recent reports: * Joel Burton's report of disappearing files, 3/20. This is real scary, but no one else has reported anything like it. * Tatsuo's weird failure in XLogFileInit ("ZeroFill: no such file or directory"). I'm hoping this can be explained

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
Can't we do something with atexit or other PORTABLE end stuff? I'll look at it for 7.2. LER Original Message On 3/22/01, 10:16:03 AM, Peter Eisentraut [EMAIL PROTECTED] wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.: Larry Rosenman writes: cc -G -Wl,-z,text

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread Tom Lane
The Hermit Hacker [EMAIL PROTECTED] writes: the second time failed *totally* different tests then the first run: dragon:/home/centre/marc/src/postgresql-7.1RC1/src/test/regress grep FAILED regression.out opr_sanity ... FAILED join ... FAILED

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread Peter Eisentraut
The Hermit Hacker writes: Is Solaris-x86 ready to go then? Nope, still working through some things ... the select_implicit test failed completely: dragon:/home/centre/marc/src/postgresql-7.1RC1/src/test/regress more results/select_implicit.out psql: connectDBStart() -- connect() failed:

Re: [HACKERS] pgindent run?

2001-03-22 Thread Bruce Momjian
Hey, I am open to whatever people want to do. Just remember that we accumulate lots of patches/development during the slow time before development, and those patches become harder to apply. Peter E has some already. This argument seems irrelevant when given the choice of before

Re: [HACKERS] RPM building (was regression on RedHat)

2001-03-22 Thread Peter Eisentraut
Thomas Lockhart writes: ?? I think we agree. It happens to be the case that slightly incorrect results are wrong results, and that full IEEE math conformance gives exactly correct results. For the case of date/time, the "slightly wrong" results round up to 60.0 seconds for times on an even

Re: [HACKERS] pgindent run?

2001-03-22 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: I think early beta is the time to do this next time. That has the fewest patches crossing over time. That would work too, particularly if you give people a few days' notice. ("Get your patches in now, or expect to have to reformat...")

Re: [HACKERS] pgindent run?

2001-03-22 Thread Bruce Momjian
Bruce Momjian [EMAIL PROTECTED] writes: I think early beta is the time to do this next time. That has the fewest patches crossing over time. That would work too, particularly if you give people a few days' notice. ("Get your patches in now, or expect to have to reformat...") Yes, I did

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread bpalmer
On Thu, 22 Mar 2001, Thomas Lockhart wrote: OpenBSD 2.8 x867.1 2001-03-22, B. Palmer (first name?) Though it does work, like FBSD, there are some changes that need to be made to the system. Need max proc / files changes and a kernel recompile with SEMMNI and SEMMNS changes. Anywhere

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Tom Lane
Peter Eisentraut [EMAIL PROTECTED] writes: Larry Rosenman writes: Why do WE define _fini? Because we need to 'fini' something, I suspect. See src/interfaces/odbc/psqlodbc.c line 126. It doesn't look to me like the _fini() does anything useful; could we take it out? We do not actually need

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread Peter Eisentraut
The Hermit Hacker writes: How much 'diviation' are we allowing for? Solaris x86/7 results, for example, in geometry.out, show a difference of: 1.53102359078377e-11,3 (expected) 1.53102359017709e-11,3 (results) or 3,-3.06204718156754e-11 (expected) 3,-3.06204718035418e-11 (results)

[HACKERS] Re: Call for platforms

2001-03-22 Thread Peter Eisentraut
Thomas Lockhart writes: Here is the current scorecard. We have a couple of new platforms reported (yeaaa!): QNX 4.25 x86 7.0 2000-04-01, Dr. Andreas Kardos This one is getting a "no good", as of latest reports. There are some issues to be worked out in the dreaded spin lock area,

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread Peter Eisentraut
Thomas Lockhart writes: OpenBSD 2.8 x867.1 2001-03-22, B. Palmer (first name?) Though it does work, like FBSD, there are some changes that need to be made to the system. Need max proc / files changes and a kernel recompile with SEMMNI and SEMMNS changes. Anywhere special to note

Re: [HACKERS] RELEASE STOPPER? nonportable int64 constants in pg_crc.c

2001-03-22 Thread Peter Eisentraut
Tom Lane writes: #if int64 == long #define L64 L #else #define L64 LL #endif const uint64 crc_table[256] = { 0x##L64, 0x42F0E1EBA9EA3693##L64, 0x85E1C3D753D46D26##L64, 0xC711223CFA3E5BB5##L64, Hmm ... how portable is that likely to be? If the 'L' or

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Peter Eisentraut
Larry Rosenman writes: Can't we do something with atexit or other PORTABLE end stuff? It's supposed to work transparently for the library user. At least the _fini can probably be hooked in atexit, but the _init would probably have to be handled some other way. Maybe some if

[HACKERS] Missing operator for numeric comparison

2001-03-22 Thread Oliver Elphick
Is it possible to fix this before RC1? bray=# \d price Table "price" Attribute | Type | Modifier -+---+-- product | character varying(10) | not null cost| numeric(12,2) | not null home|

RE: [HACKERS] Potential RC1-stoppers

2001-03-22 Thread Mikheev, Vadim
* Joel Burton's report of disappearing files, 3/20. This is real scary, but no one else has reported anything like it. Can please you remind that report? Vadim ---(end of broadcast)--- TIP 2: you can get off all lists at once with the

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
In a very quick look I just made, I tend to agree with Tom, that the whole non-gcc, non-windows stuff should go. LER Original Message On 3/22/01, 10:20:11 AM, Tom Lane [EMAIL PROTECTED] wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : Peter Eisentraut [EMAIL PROTECTED]

Re: [HACKERS] Potential RC1-stoppers

2001-03-22 Thread Tom Lane
"Mikheev, Vadim" [EMAIL PROTECTED] writes: * Joel Burton's report of disappearing files, 3/20. This is real scary, but no one else has reported anything like it. Can please you remind that report? It's the "pg_inherits: not found, but visible" thread in pghackers on 3/20 and 3/21.

Re: [HACKERS] initdb and data directories with lost+found

2001-03-22 Thread Peter Eisentraut
Steve Stock writes: Looks like initdb is just a tad too strict when checking to make sure the data directory is empty. Yesterday I created a new data directory as it's own filesystem (linux ext2), it includes a lost+found directory. It is never a good idea to let initdb loose on a directory

Re: [HACKERS] Re: int8 bug on Alpha

2001-03-22 Thread Tom Lane
Adriaan Joubert [EMAIL PROTECTED] writes: insert into lint values ('9223372036854775807'::int8); works, but insert into lint values (9223372036854775807::int8); doesn't. Fixed, and checked on Debian Alpha. regards, tom lane ---(end of

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
Does this mean it's eligible to be fixed for 7.1? LER Original Message On 3/22/01, 11:05:29 AM, Tom Lane [EMAIL PROTECTED] wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : Peter Eisentraut [EMAIL PROTECTED] writes: It's supposed to work transparently for the library user.

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Tom Lane
Larry Rosenman [EMAIL PROTECTED] writes: Does this mean it's eligible to be fixed for 7.1? We can talk about it anyway. Does removing the _fini alone make it work for you, or do we have to remove _init too? regards, tom lane ---(end of

Re: [HACKERS] pgindent completed

2001-03-22 Thread Bruce Momjian
On Thu, Mar 22, 2001 at 01:25:07AM -0500, Bruce Momjian wrote: I have finished pgindent. We also had many old comments of the format: /* -- * comment * -- */ These are now the more concise: /* * comment */

Re: [HACKERS] Call for platforms

2001-03-22 Thread Giles Lean
PS: AFAIK geometry-positive-zeros-bsd works for all NetBSD platforms - the above difference is only for i386 + fpu. It doesn't on NetBSD-1.5/alpha -- there geometry-positive-zeros is correct. Regards, Giles ---(end of broadcast)--- TIP 6:

Re: [HACKERS] initdb and data directories with lost+found

2001-03-22 Thread Steve Stock
On Thu, Mar 22, 2001 at 06:16:03PM +0100, Peter Eisentraut wrote: It is never a good idea to let initdb loose on a directory that might possibly have some other purpose, including that of being the root directory of an ext2 partition. Initdb or the database system can do anything they want

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread Thomas Lockhart
NetBSD 2.8 alpha 7.1 2001-03-22, Giles Lean Correction: NetBSD-1.5/alpha. Right. That was a typo in transcribing my online copy of the sgml docs to the email. I was hoping no one caught it, and didn't bother sending a correction ;) - Thomas

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
need to kill the _init too. Then we get other symbol issues, I think due to -Wl,z,text, but I'm not sure. ar crs libpsqlodbc.a `lorder info.o bind.o columninfo.o connection.o convert.o drvconn.o environ.o execute.o lobj.o misc.o options.o pgtypes.o psqlodbc.o qresult.o results.o socket.o

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Peter Eisentraut
Larry Rosenman writes: need to kill the _init too. Then we get other symbol issues, I think due to -Wl,z,text, but I'm not sure. These look to be due to the -Bsymbolic. Note they're only warnings, but you could really only tell by trying out the driver. I have a slight suspicion that -z

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread Patrick Welche
On Thu, Mar 22, 2001 at 12:49:39PM -0500, Tom Lane wrote: The Hermit Hacker [EMAIL PROTECTED] writes: These are parallel tests right? What's the failure diffs? same as last time: dragon:/home/centre/marc/src/postgresql-7.1RC1/src/test/regress more results/opr_sanity.out psql:

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Peter Eisentraut
Larry Rosenman writes: using the following link, with the _init/_fini killed, works: cc -G *.o -L /usr/local/pgsql/lib -lpq -R/usr/local/pgsql/lib -lsocket -o libpsqlodbc.so.0.26 The libpq should definitely not be there, but if additional libraries such as -lsocket make you happy then look

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread Giles Lean
NetBSD 2.8 alpha 7.1 2001-03-22, Giles Lean Correction: NetBSD-1.5/alpha. Ciao, Giles ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://www.postgresql.org/search.mpl

[HACKERS] (forw) Revised schedule for 4.3-RELEASE

2001-03-22 Thread Larry Rosenman
FYI. - Forwarded message from Jordan Hubbard [EMAIL PROTECTED] - Sender: [EMAIL PROTECTED] From: Jordan Hubbard [EMAIL PROTECTED] Subject: Revised schedule for 4.3-RELEASE Date: Thu, 22 Mar 2001 12:04:09 -0800 Message-Id: [EMAIL PROTECTED] X-Mailer: Mew version 1.94.1 on Emacs 20.7

Re: [HACKERS] Call for platforms

2001-03-22 Thread Patrick Welche
On Thu, Mar 22, 2001 at 10:27:44PM +0200, Marko Kreen wrote: On Thu, Mar 22, 2001 at 07:58:04PM +, Patrick Welche wrote: AFAIK geometry-positive-zeros works for all NetBSD platforms - the above difference is only for i386 + fpu. Seems that following patch is needed. Now It Works

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
using the following link, with the _init/_fini killed, works: cc -G *.o -L /usr/local/pgsql/lib -lpq -R/usr/local/pgsql/lib -lsocket -o libpsqlodbc.so.0.26 SO, Peter, how do we fix the generated make file? Original Message On 3/22/01, 12:23:57 PM, Tom Lane [EMAIL PROTECTED] wrote

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
Peter, I'm not a GNU MAKE person, can you help here? LER Original Message On 3/22/01, 12:49:10 PM, Tom Lane [EMAIL PROTECTED] wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : Larry Rosenman [EMAIL PROTECTED] writes: need to kill the _init too. Then we get other symbol

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
and before you ask, the _init and _fini NEED to go away. LER Original Message On 3/22/01, 1:00:08 PM, Larry Rosenman [EMAIL PROTECTED] wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : using the following link, with the _init/_fini killed, works: cc -G *.o -L

Re: [HACKERS] RPM building (was regression on RedHat)

2001-03-22 Thread Thomas Lockhart
Well, you're going to have to ask a numerical analyst about this. If you take that stance then -ffast-math is always wrong, no matter what the combination of other switches. The "wrong" results might be harder to reproduce without any optimization going on, but they could still happen.

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Tom Lane
Larry Rosenman [EMAIL PROTECTED] writes: need to kill the _init too. Then we get other symbol issues, I think due to -Wl,z,text, but I'm not sure. Um. This suggests that the real problem is a completely wrong approach to linking the shared lib. On this evidence I'm not going to touch the

Re: [HACKERS] Call for platforms

2001-03-22 Thread Patrick Welche
On Fri, Mar 23, 2001 at 06:25:50AM +1100, Giles Lean wrote: PS: AFAIK geometry-positive-zeros-bsd works for all NetBSD platforms - the above difference is only for i386 + fpu. It doesn't on NetBSD-1.5/alpha -- there geometry-positive-zeros is correct. Sorry, that should have read:

Re: [HACKERS] Call for platforms

2001-03-22 Thread Trond Eivind Glomsrød
Thomas Lockhart [EMAIL PROTECTED] writes: If a platform you are running on is not listed, make sure it gets included! Red Hat Linux, Wolverine Beta (and some updates) - glibc 2.2.2, 2.4.2ish kernel (read: lots of fixes), gcc 2.96RH: All 76 tests passed with 7.1beta6 (parallel_schedule).

Re: [HACKERS] Call for platforms

2001-03-22 Thread Giles Lean
Seems that following patch is needed. Now It Works For Me (tm). Giles, does the regress test now succed for you? Yes, but I don't like that it is 1.5 specific. I expect that later NetBSD/i386 releases will also have the "new" floating point behaviour by default, subject to /etc/ld.so.conf

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
My question is WHY are we using -Bsymbolic and/or -z text anyway? These options don't appear to buy us anything but grief on SVR[45] ELF systems.. The -lpq is NOT needed, that was my f*** up. LER Original Message On 3/22/01, 2:50:53 PM, Peter Eisentraut [EMAIL PROTECTED] wrote regarding

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Tom Lane
Larry Rosenman [EMAIL PROTECTED] writes: My question is WHY are we using -Bsymbolic and/or -z text anyway? These options don't appear to buy us anything but grief on SVR[45] ELF systems.. I have no idea what -z text means to your linker, but if it has a -Bsymbolic option then it's a good bet

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
OK, will do. For the record: -z text In dynamic mode only, force a fatal error if any relocations against non-writable, allocatable sections remain. This is the default for IA-64 objects. I don't have a good way to test it yet, as the only ODBC client I have is

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
OK, it *IS* just a WARNING that the symbols are undefined. SO, can we get the _fini/_init stuff commented/taken out for 7.1? LER Original Message On 3/22/01, 3:38:59 PM, Tom Lane [EMAIL PROTECTED] wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : Larry Rosenman [EMAIL

Re: [HACKERS] Call for platforms

2001-03-22 Thread Trond Eivind Glomsrød
[EMAIL PROTECTED] (Trond Eivind Glomsrd) writes: Thomas Lockhart [EMAIL PROTECTED] writes: If a platform you are running on is not listed, make sure it gets included! Red Hat Linux, Wolverine Beta (and some updates) - glibc 2.2.2, 2.4.2ish kernel (read: lots of fixes), gcc 2.96RH:

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread The Hermit Hacker
On Thu, 22 Mar 2001, Patrick Welche wrote: On Thu, Mar 22, 2001 at 12:49:39PM -0500, Tom Lane wrote: The Hermit Hacker [EMAIL PROTECTED] writes: These are parallel tests right? What's the failure diffs? same as last time:

Re: [HACKERS] pgindent run?

2001-03-22 Thread Hiroshi Inoue
Bruce Momjian wrote: You don't notice the value of pgindent until you have some code that hasn't been run through it. For example, ODBC was not run through until this release, and I had a terrible time trying to understand the code because it didn't _look_ like the rest of the code. Now

Re: [HACKERS] Call for platforms

2001-03-22 Thread Vince Vielhaber
On 22 Mar 2001, Trond Eivind [iso-8859-1] Glomsrød wrote: [EMAIL PROTECTED] (Trond Eivind Glomsrød) writes: Thomas Lockhart [EMAIL PROTECTED] writes: If a platform you are running on is not listed, make sure it gets included! Red Hat Linux, Wolverine Beta (and some updates) -

[HACKERS] Re: Problem migrating dump to latest CVS snapshot.

2001-03-22 Thread Thomas Lockhart
(moved to -hackers, since I don't have posting privileges on -general) I've suggested before that timestamp output should round the timestamp value to two fractional digits *before* breaking it down into year/ month/etc. Seems like this is a perfect example of the necessity for that.

Re: [HACKERS] pgindent completed

2001-03-22 Thread Karel Zak
On Thu, Mar 22, 2001 at 01:25:07AM -0500, Bruce Momjian wrote: I have finished pgindent. We also had many old comments of the format: /* -- * comment * -- */ These are now the more concise: /* * comment */ Hmm,