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 d0273c0 commit 3b61ba6Copy full SHA for 3b61ba6
src/backend/access/common/heaptuple.c
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.64 2000/07/03 23:09:10 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.65 2000/07/04 02:40:56 tgl Exp $
13
14
* NOTES
15
* The old interface functions have been converted to macros
@@ -90,7 +90,7 @@ DataFill(char *data,
90
bitmask = CSIGNBIT;
91
}
92
93
- *infomask = 0;
+ *infomask &= HEAP_XACT_MASK;
94
95
for (i = 0; i < numberOfAttributes; i++)
96
{
0 commit comments