mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
[Part #1: Type: text/plain, Encoding: 7bit, Size: 59]
I will be cleaning this up more before the Oct 1 deadline. David Hartwig. AND/OR fix.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: planmain.h,v 1.15 1998/09/01 04:37:17 momjian Exp $
|
||||
* $Id: planmain.h,v 1.16 1998/09/03 02:34:35 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -61,5 +61,6 @@ extern void del_agg_tlist_references(List *tlist);
|
||||
extern List *check_having_qual_for_aggs(Node *clause,
|
||||
List *subplanTargetList, List *groupClause);
|
||||
extern List *check_having_qual_for_vars(Node *clause, List *targetlist_so_far);
|
||||
extern void transformKeySetQuery(Query *origNode);
|
||||
|
||||
#endif /* PLANMAIN_H */
|
||||
|
||||
Reference in New Issue
Block a user