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 a0b4af3 commit 137eacbCopy full SHA for 137eacb
src/include/access/htup.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: htup.h,v 1.20 1999/07/04 05:44:56 momjian Exp $
+ * $Id: htup.h,v 1.21 1999/07/04 05:47:06 momjian Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -53,7 +53,7 @@ typedef struct HeapTupleHeaderData
53
54
typedef HeapTupleHeaderData *HeapTupleHeader;
55
56
-#define MinTupleSize (MAXALIGN(sizeof (PageHeaderData) + \
+#define MinTupleSize (MAXALIGN(sizeof (PageHeaderData)) + \
57
MAXALIGN(sizeof(HeapTupleHeaderData)) + \
58
MAXALIGN(sizeof(char)))
59
0 commit comments