Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e09264

Browse files
committed
Fix comment about length of text, bytea, etc.
When commit3e23b68 introducedsingle-byte varlena headers, it rendered this comment incomplete.
1 parent766f7fd commit9e09264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ struct varlena
446446
/*
447447
* These widely-used datatypes are just a varlena header and the data bytes.
448448
* There is no terminating null or anything like that --- the data length is
449-
* alwaysVARSIZE(ptr) - VARHDRSZ.
449+
* alwaysVARSIZE_ANY_EXHDR(ptr).
450450
*/
451451
typedefstructvarlenabytea;
452452
typedefstructvarlenatext;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp