Re: [BUGS] BUG #2170: --rpath option is skipping shared libs

2006-01-14 Thread Tom Lane
"Lee Thompson" <[EMAIL PROTECTED]> writes: > +if test "$enable_rpath" = yes ; then > + LIBDIRS="$LIBDIRS -Wl,-R$dir" > +fi What is this supposed to accomplish? (Other than probably breaking every non-gcc toolchain on the planet...) regards, tom lane

[BUGS] BUG #2170: --rpath option is skipping shared libs

2006-01-14 Thread Lee Thompson
The following bug has been logged online: Bug reference: 2170 Logged by: Lee Thompson Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.2 Operating system: linux Description:--rpath option is skipping shared libs Details: I use the patch that I pasted into bu

Re: [BUGS] BUG #2168: 45.000.000 records too much?

2006-01-14 Thread Tom Lane
"Steven Mooij" <[EMAIL PROTECTED]> writes: > testsearch=> insert into t_documentword2 (SELECT document_id, t_word2.id, > frequency from t_documentword, t_word2 where t_documentword.word = > t_word2.word); > server closed the connection unexpectedly There's not enough information here to guess what

Re: [BUGS] BUG #2000: psql does not prompt for password

2006-01-14 Thread Magnus Hagander
Wow, that's really weird :-) Do you have any pgpass.conf anywhere? Either on the local disk or on the network drive in question? Please do a search for it. If not, can you also check if you by any chance have more than one libpq.dll installed, in different location? And if sho, which versions the

Re: [BUGS] BUG #2168: 45.000.000 records too much?

2006-01-14 Thread Qingqing Zhou
""Steven Mooij"" <[EMAIL PROTECTED]> wrote > > > Tried to copy the result of a join into another table, about 45.000.000 > (small) records. This is the result: > > testsearch=> insert into t_documentword2 (SELECT document_id, t_word2.id, > frequency from t_documentword, t_word2 where t_documentwor