Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ef0219

Browse files
author
Hiroshi Inoue
committed
Resolve complie error(was my fault).
1 parenta8824ff commit6ef0219

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/1105:25:23 inoue Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.101 2000/12/1109: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)

[8]ページ先頭

©2009-2025 Movatter.jp