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

From Tom Lane
Subject Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any
Date
Msg-id 9864.1229747965@sss.pgh.pa.us
Whole thread Raw
Responses 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>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: generic reloptions improvement
Next
From: David Fetter
Date:
Subject: Re: Is "Window" really safe as a global typedef name?