Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any - Mailing 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?