1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

More archive cleanup.

This commit is contained in:
Bruce Momjian
1997-11-21 19:12:41 +00:00
parent 043cebce2b
commit 195f78e43c
4 changed files with 7 additions and 28 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parsenodes.h,v 1.32 1997/11/21 18:12:28 momjian Exp $
* $Id: parsenodes.h,v 1.33 1997/11/21 19:12:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -62,8 +62,6 @@ typedef struct Query
/* internal to planner */
List *base_relation_list_; /* base relation list */
List *join_relation_list_; /* list of relations generated by
* joins */
bool query_is_archival_; /* archival query flag */
} Query;