| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Andrew Dunstan <adunstan(at)postgresql(dot)org> |
| Cc: | pgsql-committers(at)postgresql(dot)org |
| Subject: | Re: pgsql: Add utility functions to PLPerl: quote_literal, |
| Date: | 2010-01-20 03:39:04 |
| Message-ID: | 603c8f071001191939i1224c7f6gc763bd893e8c3316@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
On Tue, Jan 19, 2010 at 8:08 PM, Andrew Dunstan <adunstan(at)postgresql(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2010-01-20 03:39:14 | Re: pgsql: Add utility functions to PLPerl: quote_literal, |
| Previous Message | Robert Haas | 2010-01-20 03:37:11 | pgsql: Fix doc build, which was broken by PL/perl utility functions |