Commit f4253b0b authored by Bruce Momjian's avatar Bruce Momjian

Archive cleanups.

parent 195f78e4
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.27 1997/11/21 18:04:16 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.28 1997/11/21 19:59:28 momjian Exp $
* *
* *
* INTERFACE ROUTINES * INTERFACE ROUTINES
...@@ -1119,7 +1119,6 @@ index_create(char *heapRelationName, ...@@ -1119,7 +1119,6 @@ index_create(char *heapRelationName,
* ---------------- * ----------------
*/ */
indexRelation = heap_creatr(indexRelationName, indexRelation = heap_creatr(indexRelationName,
DEFAULT_SMGR,
indexTupDesc); indexTupDesc);
/* ---------------- /* ----------------
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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 ...@@ -1422,7 +1422,6 @@ static void
vc_vacpage(Page page, VPageDescr vpd) vc_vacpage(Page page, VPageDescr vpd)
{ {
ItemId itemid; ItemId itemid;
HeapTuple htup;
int i; int i;
Assert(vpd->vpd_nusd == 0); Assert(vpd->vpd_nusd == 0);
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: parsenodes.h,v 1.33 1997/11/21 19:12:25 momjian Exp $ * $Id: parsenodes.h,v 1.34 1997/11/21 19:59:39 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -61,7 +61,7 @@ typedef struct Query ...@@ -61,7 +61,7 @@ typedef struct Query
/* internal to planner */ /* internal to planner */
List *base_relation_list_; /* base relation list */ List *base_relation_list_; /* base relation list */
List *join_relation_list_; /* list of relations generated by List *join_relation_list_; /* list of relations */
} Query; } Query;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment