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.
There was an error while loading. Please reload this page.
1 parent 883a965 commit 887dd04Copy full SHA for 887dd04
src/include/utils/memutils.h
@@ -30,7 +30,9 @@
30
* be summarily denied.
31
*
32
* XXX This is deliberately chosen to correspond to the limiting size
33
- * of varlena objects under TOAST. See VARATT_MASK_SIZE in postgres.h.
+ * of varlena objects under TOAST. See VARSIZE_4B() and related macros
34
+ * in postgres.h. Many datatypes assume that any allocatable size can
35
+ * be represented in a varlena header.
36
37
* XXX Also, various places in aset.c assume they can compute twice an
38
* allocation's size without overflow, so beware of raising this.
0 commit comments