Commit 9e092646 authored by Noah Misch's avatar Noah Misch

Fix comment about length of text, bytea, etc.

When commit 3e23b68d introduced
single-byte varlena headers, it rendered this comment incomplete.
parent 766f7fd6
......@@ -446,7 +446,7 @@ struct varlena
/*
* These widely-used datatypes are just a varlena header and the data bytes.
* There is no terminating null or anything like that --- the data length is
* always VARSIZE(ptr) - VARHDRSZ.
* always VARSIZE_ANY_EXHDR(ptr).
*/
typedef struct varlena bytea;
typedef struct varlena text;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment