Re: pgsql: Add utility functions to PLPerl: quote_literal, - Mailing list pgsql-committers

From Robert Haas
Subject Re: pgsql: Add utility functions to PLPerl: quote_literal,
Date
Msg-id 603c8f071001191939i1224c7f6gc763bd893e8c3316@mail.gmail.com
Whole thread Raw
In response to pgsql: Add utility functions to PLPerl: quote_literal,  (adunstan@postgresql.org (Andrew Dunstan))
Responses Re: pgsql: Add utility functions to PLPerl: quote_literal,
List pgsql-committers
On Tue, Jan 19, 2010 at 8:08 PM, Andrew Dunstan <adunstan@postgresql.org> wrote:
> Log Message:
> -----------
> Add utility functions to PLPerl:
>    quote_literal, quote_nullable, quote_ident,
>    encode_bytea, decode_bytea, looks_like_number,
>    encode_array_literal, encode_array_constructor.
> Split SPI.xs into two - SPI.xs now contains only SPI functions. Remainder
> are in new Util.xs.
> Some more code and documentation cleanup along the way, as well as
> adding some CVS markers to files missing them.
>
> Original patch from Tim Bunce, with a little editing from me.

This patch contains a large number of unnecessary whitespace changes.

It also broke the doc build.  I have applied a quick fix which looks
reasonable so that I can continue working, but it might merit a second
look.

...Robert

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Fix doc build, which was broken by PL/perl utility functions
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Add utility functions to PLPerl: quote_literal,