Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36d164 commit 115e20eCopy full SHA for 115e20e
src/rumdatapage.c
@@ -20,7 +20,7 @@ static BlockNumber dataGetRightMostPage(RumBtree btree, Page page);
20
21
/* Does datatype allow packing into the 1-byte-header varlena format? */
22
#define TYPE_IS_PACKABLE(typlen, typstorage) \
23
- ((typlen) == -1 && (typstorage) != TYPSTORAGE_PLAIN)
+ ((typlen) == -1 && (typstorage) != 'p')
24
25
/*
26
* Increment data_length by the space needed by the datum, including any
0 commit comments