Skip to content
Snippets Groups Projects
Commit 976246cc authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent cf4d885c
No related branches found
No related tags found
Loading
Showing
with 247 additions and 174 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment