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

Commit0f59f4a

Browse files
committed
Add comment for VARSIZE_ANY_EXHDR macro
Gurjeet Singh
1 parentd8a5608 commit0f59f4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/include/postgres.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ typedef struct
307307
(VARATT_IS_1B(PTR) ? VARSIZE_1B(PTR) : \
308308
VARSIZE_4B(PTR)))
309309

310+
/* Size of a varlena data, excluding header */
310311
#defineVARSIZE_ANY_EXHDR(PTR) \
311312
(VARATT_IS_1B_E(PTR) ? VARSIZE_EXTERNAL(PTR)-VARHDRSZ_EXTERNAL : \
312313
(VARATT_IS_1B(PTR) ? VARSIZE_1B(PTR)-VARHDRSZ_SHORT : \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp