Re: magic block in doc functions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: magic block in doc functions
Date
Msg-id 1259012455.2321.11.camel@vanquo.pezone.net
Whole thread Raw
In response to magic block in doc functions  (Euler Taveira de Oliveira <euler@timbira.com>)
List pgsql-hackers
On ons, 2009-11-18 at 01:39 -0200, Euler Taveira de Oliveira wrote:
> I noticed that some example functions don't contain the magic block and that
> leads to error while loading those examples in 8.2 or later.
> 
> Attached is a patch that adds it. I also add some missing header file. Don't
> have a strong opinion about backpatching it or not.

Committed to 8.5




pgsql-hackers by date:

Previous
From: Daniel Farina
Date:
Subject: [PATCH 1/4] Add "COPY ... TO FUNCTION ..." support
Next
From: Daniel Farina
Date:
Subject: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION