]> granicus.if.org Git - postgresql/commitdiff
Resolve complie error(was my fault).
authorHiroshi Inoue <inoue@tpf.co.jp>
Mon, 11 Dec 2000 09:14:03 +0000 (09:14 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Mon, 11 Dec 2000 09:14:03 +0000 (09:14 +0000)
src/backend/access/heap/heapam.c

index b928c1b688f678884c6ce275228b1e36f0017f33..48c75f5d17fe1de8ea6205bc8a051f2030e497b1 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.100 2000/12/11 05:25:23 inoue Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.101 2000/12/11 09:14:03 inoue Exp $
  *
  *
  * INTERFACE ROUTINES
@@ -2427,8 +2427,7 @@ newsame:;
                if (move)
                {
                        htup->t_xmin = (TransactionId) xlrec->target.cid;
-                       TransactionIdStore(record->xl_xid, (TransactionId *) &(h
-tup->t_cmin));
+                       TransactionIdStore(record->xl_xid, (TransactionId *) &(htup->t_cmin));
                        memcpy(&(htup->t_xmax), 
                                        (char*)xlrec + SizeOfHeapUpdate, sizeof(TransactionId));
                        htup->t_infomask = xlrec->mask;