petere(at)postgresql(dot)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
In response to
Responses
pgsql-hackers by date
| Next: | From: David Fetter | Date: 2008-12-20 06:24:21 |
| Subject: Re: Is "Window" really safe as a global typedef name? |
| Previous: | From: Alvaro Herrera | Date: 2008-12-20 03:40:57 |
| Subject: Re: generic reloptions improvement |
pgsql-committers by date
| Next: | From: Sergey E. Koposov | Date: 2008-12-20 07:34:22 |
| Subject: Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation
facilities This doesn't do any |
| Previous: | From: Tom Lane | Date: 2008-12-19 18:25:20 |
| Subject: pgsql: Add a new column proiswindow to pg_proc. |