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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user