The cstring datatype can now be copied, passed around, etc. The typlen

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 976246cc7e4d8b673fc62fe6daa61c76d94af1af
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-08-24T15:00:47Z
Releases: 7.3.1
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.

Files