Re: [INTERFACES] Re: [HACKERS] Access & Postgres

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [INTERFACES] Re: [HACKERS] Access & Postgres
Дата
Msg-id 35A4C603.3F60A4EB@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [INTERFACES] Re: [HACKERS] Access & Postgres  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Список 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 по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] PostgreSQL Backend as SW Gateway to Oracle
Следующее
От: David Hartwig
Дата:
Сообщение: Re: [INTERFACES] Re: [HACKERS] Access & Postgres