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 d8933d5 commit 448332aCopy full SHA for 448332a
src/backend/access/common/heapvalid.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/heapvalid.c,v 1.15 1997/08/26 23:31:22 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/heapvalid.c,v 1.16 1997/08/29 09:12:20 vadim Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -145,7 +145,7 @@ TupleUpdatedByCurXactAndCmd(HeapTuple t)
145
{
146
if (TransactionIdEquals(t->t_xmax,
147
GetCurrentTransactionId()) &&
148
- t->t_cmax == GetCurrentCommandId())
+ CommandIdGEScanCommandId (t->t_cmax))
149
return true;
150
151
return false;
0 commit comments