1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Archive cleanups.

This commit is contained in:
Bruce Momjian
1997-11-21 19:59:39 +00:00
parent 195f78e43c
commit f4253b0b49
3 changed files with 4 additions and 6 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.51 1997/11/21 18:09:54 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.52 1997/11/21 19:59:34 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -1422,7 +1422,6 @@ static void
vc_vacpage(Page page, VPageDescr vpd)
{
ItemId itemid;
HeapTuple htup;
int i;
Assert(vpd->vpd_nusd == 0);