Skip to content

Commit 3568cf5

Browse files
committed
Silence gcc warnings.
1 parent c07bb9e commit 3568cf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/access/heap/heapam.c

Lines changed: 3 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.94 2000/11/14 21:04:31 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.95 2000/11/20 21:14:13 tgl Exp $
1212
*
1313
*
1414
* INTERFACE ROUTINES
@@ -2088,7 +2088,7 @@ heap_xlog_delete(bool redo, XLogRecPtr lsn, XLogRecord *record)
20882088
Buffer buffer;
20892089
Page page;
20902090
OffsetNumber offnum;
2091-
ItemId lp;
2091+
ItemId lp = NULL;
20922092
HeapTupleHeader htup;
20932093

20942094
if (!RelationIsValid(reln))
@@ -2288,7 +2288,7 @@ heap_xlog_update(bool redo, XLogRecPtr lsn, XLogRecord *record, bool move)
22882288
ItemPointerGetBlockNumber(&(xlrec->target.tid)));
22892289
Page page;
22902290
OffsetNumber offnum;
2291-
ItemId lp;
2291+
ItemId lp = NULL;
22922292
HeapTupleHeader htup;
22932293

22942294
if (!RelationIsValid(reln))

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