Re: [INTERFACES] Re: [HACKERS] Access & Postgres - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [INTERFACES] Re: [HACKERS] Access & Postgres
Date
Msg-id 35A4C603.3F60A4EB@alumni.caltech.edu
Whole thread Raw
In response to Re: [INTERFACES] Re: [HACKERS] Access & Postgres  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
List pgsql-hackers
> I'm seeing backend crashes from the "junkfilter" regression test

I think I have a patch for the problem:

postgres=> select c, count(*) from test_missing_target group by 3;
ERROR:  ORDER/GROUP BY position 3 is not in target list

Previously this query provoked a core dump. Will do some regression
testing and then commit to the source tree...

                       - Tom

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] PostgreSQL Backend as SW Gateway to Oracle
Next
From: David Hartwig
Date:
Subject: Re: [INTERFACES] Re: [HACKERS] Access & Postgres