mirror of
https://github.com/postgres/postgres.git
synced 2025-10-13 18:28:01 +03:00
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 commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
# $PostgreSQL: pgsql/src/pl/plperl/text2macro.pl,v 1.2 2010/01/20 01:08:21 adunstan Exp $
|
||||
|
||||
=head1 NAME
|
||||
|
||||
text2macro.pl - convert text files into C string-literal macro definitions
|
||||
|
Reference in New Issue
Block a user