File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $Header: /cvsroot/pgsql/src/backend/storage/page/bufpage.c,v 1.42 2002/01/15 22:14:17 tgl Exp $
11+ * $Header: /cvsroot/pgsql/src/backend/storage/page/bufpage.c,v 1.43 2002/01/30 19:34:55 tgl Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
@@ -447,7 +447,7 @@ PageIndexTupleDelete(Page page, OffsetNumber offnum)
447447 if (offset < phdr -> pd_upper || (offset + size ) > phdr -> pd_special ||
448448 offset != MAXALIGN (offset ) || size != MAXALIGN (size ))
449449 elog (ERROR , "PageIndexTupleDelete: corrupted item pointer: offset = %u size = %u" ,
450- offset , size );
450+ offset , ( unsigned int ) size );
451451
452452 /*
453453 * First, we want to get rid of the pd_linp entry for the index tuple.
You can’t perform that action at this time.
0 commit comments