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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any
Date: 2008-12-20 04:39:25
Message-ID: 9864.1229747965@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Sergey E. Koposov 2008-12-20 07:34:22 Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any
Previous Message Tom Lane 2008-12-19 18:25:20 pgsql: Add a new column proiswindow to pg_proc.

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2008-12-20 06:24:21 Re: Is "Window" really safe as a global typedef name?
Previous Message Alvaro Herrera 2008-12-20 03:40:57 Re: generic reloptions improvement