Skip to content

Commit 6ef0219

Browse files
author
Hiroshi Inoue
committed
Resolve complie error(was my fault).
1 parent a8824ff commit 6ef0219

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/access/heap/heapam.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.100 2000/12/11 05:25:23 inoue Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.101 2000/12/11 09:14:03 inoue Exp $
1212
*
1313
*
1414
* INTERFACE ROUTINES
@@ -2427,8 +2427,7 @@ newsame:;
24272427
if (move)
24282428
{
24292429
htup->t_xmin = (TransactionId) xlrec->target.cid;
2430-
TransactionIdStore(record->xl_xid, (TransactionId *) &(h
2431-
tup->t_cmin));
2430+
TransactionIdStore(record->xl_xid, (TransactionId *) &(htup->t_cmin));
24322431
memcpy(&(htup->t_xmax),
24332432
(char*)xlrec + SizeOfHeapUpdate, sizeof(TransactionId));
24342433
htup->t_infomask = xlrec->mask;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy