[BUGS] BUG #3308: Nested outer join gives wrong results

2007-05-25 Thread George Sakkis
The following bug has been logged online: Bug reference: 3308 Logged by: George Sakkis Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.3 Operating system: Linux Description:Nested outer join gives wrong results Details: I have the following two subqueries

[BUGS] "--enable-thread-safety" fails on snapshot version

2007-06-11 Thread George Sakkis
I tried to configure with "--enable-thread-safety" the snapshot version and it fails with: "This platform is not thread-safe. Check the file 'config.log'for the exact reason." After digging in config.log, the error turns out to be the lack of the a test file: conftest.c:144:43: ./src/test/thre

Re: [BUGS] "--enable-thread-safety" fails on snapshot version

2007-06-11 Thread George Sakkis
On 6/11/07, Tom Lane <[EMAIL PROTECTED]> wrote: "George Sakkis" <[EMAIL PROTECTED]> writes: > After digging in config.log, the error turns out to be the lack of the > a test file: > conftest.c:144:43: ./src/test/thread/thread_test.c: No such file or directory