We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766f7fd commit 9e09264Copy full SHA for 9e09264
src/include/c.h
@@ -446,7 +446,7 @@ struct varlena
446
/*
447
* These widely-used datatypes are just a varlena header and the data bytes.
448
* There is no terminating null or anything like that --- the data length is
449
- * always VARSIZE(ptr) - VARHDRSZ.
+ * always VARSIZE_ANY_EXHDR(ptr).
450
*/
451
typedef struct varlena bytea;
452
typedef struct varlena text;
0 commit comments