Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any
Дата
Msg-id 9864.1229747965@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any  ("Sergey E. Koposov" <math@sai.msu.ru>)
Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
petere@postgresql.org (Peter Eisentraut) writes:
> Log Message:
> -----------
> SQL/MED catalog manipulation facilities

The buildfarm says this patch has got serious portability issues.

grebe, dugong, and ermine are all crashing here:

--- 109,115 ---- (3 rows)  ALTER FOREIGN DATA WRAPPER foo OPTIONS (a '1', b '2');
! server closed the connection unexpectedly
!     This probably means the server terminated abnormally
!     before or while processing the request.
! connection to server was lost

(Unfortunately I can't reproduce this on any of my own machines.)

The Windows MSVC machines are all pretty unhappy too, presumably because
you didn't even try to teach the MSVC build system about the newly added
shared libraries.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: generic reloptions improvement
Следующее
От: David Fetter
Дата:
Сообщение: Re: Is "Window" really safe as a global typedef name?