postgresql/src/pl
Tom Lane 976246cc7e The cstring datatype can now be copied, passed around, etc. The typlen
value '-2' is used to indicate a variable-width type whose width is
computed as strlen(datum)+1.  Everything that looks at typlen is updated
except for array support, which Joe Conway is working on; at the moment
it wouldn't work to try to create an array of cstring.
2002-08-24 15:00:47 +00:00
..
plperl Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
plpgsql The cstring datatype can now be copied, passed around, etc. The typlen 2002-08-24 15:00:47 +00:00
plpython Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
tcl Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
Makefile Turn on plpython build by default if we have something that looks like a 2001-08-27 00:29:49 +00:00