mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Agg/Aggreg cleanup and datetime.sql patch.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: planmain.h,v 1.17 1998/10/08 18:30:34 momjian Exp $
|
||||
* $Id: planmain.h,v 1.18 1999/01/25 18:02:28 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -54,7 +54,7 @@ extern List *join_references(List *clauses, List *outer_tlist,
|
||||
List *inner_tlist);
|
||||
extern List *index_outerjoin_references(List *inner_indxqual,
|
||||
List *outer_tlist, Index inner_relid);
|
||||
extern List *set_agg_tlist_references(Agg *aggNode);
|
||||
extern List *get_agg_tlist_references(Agg *aggNode);
|
||||
extern void set_agg_agglist_references(Agg *aggNode);
|
||||
extern void del_agg_tlist_references(List *tlist);
|
||||
extern List *check_having_qual_for_aggs(Node *clause,
|
||||
|
||||
Reference in New Issue
Block a user