Re: pgsql: Add utility functions to PLPerl: quote_literal,

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: pgsql: Add utility functions to PLPerl: quote_literal,
Дата
Msg-id 603c8f071001191939i1224c7f6gc763bd893e8c3316@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Add utility functions to PLPerl: quote_literal,  (adunstan@postgresql.org (Andrew Dunstan))
Ответы Re: pgsql: Add utility functions to PLPerl: quote_literal,  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: Fix doc build, which was broken by PL/perl utility functions
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Add utility functions to PLPerl: quote_literal,