"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
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
"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
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
""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