Re: [BUGS] _bt_check_unique checks every row in table when doing update??

2002-09-10 Thread Mats Lofkvist
[EMAIL PROTECTED] (Tom Lane) writes: > Mats Lofkvist <[EMAIL PROTECTED]> writes: > > But when doing ~1000 updates (i.e. setting val0 and val1 with > > a where on an existing key0/key1/key2 triplet), I get this which > > seems very strange to me: > > I suppose you repeatedly updated the same row

Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-10 Thread Michael Fortin
Bruce, Thanks for the reply. It installed fine but when I ran initdb this was the output: [mikef-ti:/usr/local/pgsql] postgres% bin/initdb The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be i

Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-10 Thread Michael Fortin
Yes, it's 10.2. My environment is pretty much out of the box. I did a clean install about a week ago and I really haven't had much time to customize it. [mikef-ti:~] mikef% env HOME=/Users/mikef SHELL=/bin/tcsh USER=mikef LANG=en_US PATH=/bin:/sbin:/usr/bin:/usr/sbin __CF_USER_TEXT_ENCODING=0x

Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-10 Thread Tom Lane
Michael Fortin <[EMAIL PROTECTED]> writes: > This are the only log entries produced at startup: > Failed to initialize lc_time to '' > FATAL: invalid value for option 'LC_TIME': 'en_US' The first of these is a mistake (Peter thought he'd fixed it a month ago, but his fix was incomplete; I believ

Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-10 Thread Bruce Momjian
Tom Lane wrote: > Michael Fortin <[EMAIL PROTECTED]> writes: > > This are the only log entries produced at startup: > > Failed to initialize lc_time to '' > > FATAL: invalid value for option 'LC_TIME': 'en_US' > > The first of these is a mistake (Peter thought he'd fixed it a month > ago, but hi

Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-10 Thread Peter Eisentraut
Tom Lane writes: > The second is OS X's bug: it ought to take en_US as a legal setting for > LC_TIME, but seems not to. It is depressing that Apple evidently didn't > fix that in 10.2. If it's only LC_TIME we can remove that since we don't use it anyway. -- Peter Eisentraut [EMAIL PROTECTED

Re: [BUGS] ecpg hackery to get ecpg to compile from FreeBSD ports...

2002-09-10 Thread Peter Eisentraut
Sean Chittenden writes: > This is anecdotal for the archives, but the problem was that when > building with krb5, I had (wrongly?) appended krb5-config's --cflags > output to the CFLAGS for the build... which, nine times out of ten, > was exactly the same as what was used with the --with-include

Re: [BUGS] atan2 documentation bugs for 7.3 and 7.2

2002-09-10 Thread Bruce Momjian
OK, patch applied. --- Bruno Wolff III wrote: > In the section on mathematical functions the following is given for atan2: > atan2(x, y) inverse tangent of a/x > > I believe the correct version should either be: > atan2(y,

Re: [BUGS] make unsuccessful on mac os x 10.2

2002-09-10 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Tom Lane writes: >> The second is OS X's bug: it ought to take en_US as a legal setting for >> LC_TIME, but seems not to. It is depressing that Apple evidently didn't >> fix that in 10.2. > If it's only LC_TIME we can remove that since we don't use

Re: [BUGS] Bug #759: 7.3beta1 DROP COLUMN DEPENDENCY PROBLEM

2002-09-10 Thread Bruce Momjian
Is this a TODO item or something for beta2? --- Rod Taylor wrote: > On Fri, 2002-09-06 at 19:30, Tom Lane wrote: > > Rod Taylor <[EMAIL PROTECTED]> writes: > > > The big difference is that the INNER JOIN code needs to drop

Re: [BUGS] Bug #759: 7.3beta1 DROP COLUMN DEPENDENCY PROBLEM

2002-09-10 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Is this a TODO item or something for beta2? I have patches on my laptop to fix this, and will commit once I've tested 'em a little more. regards, tom lane ---(end of broadcast)---