Re: arrays as pl/perl input arguments [PATCH]

Tim Bunce <tim.bunce@pobox.com>

From: Tim Bunce <Tim.Bunce@pobox.com>
To: Alexey Klyukin <alexk@commandprompt.com>
Cc: Andrew Dunstan <andrew@dunslane.net>, Alex Hunsaker <badalex@gmail.com>, "David E. Wheeler" <david@kineticode.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-16T17:08:11Z
Lists: pgsql-hackers
On Sat, Feb 12, 2011 at 02:17:12AM +0200, Alexey Klyukin wrote:
> 
> So, here is the v8. Instead of rewriting the encode_array_literal I've added
> another function, encode_type_literal (could use a better name).

Given that encode_array_literal() encodes an _array_ as a literal,
I'd assume encode_type_literal() encodes a _type_ as a literal.

I'd suggest encode_typed_literal() as a better name.

Tim [just passing though]