Skip to content

Commit e17d844

Browse files
author
Thomas G. Lockhart
committed
Add parameters to function calls to pass back table qualifications.
1 parent 9fd2802 commit e17d844

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/parser/parse_clause.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: parse_clause.h,v 1.7 1998/09/01 04:37:30 momjian Exp $
9+
* $Id: parse_clause.h,v 1.8 1999/02/23 08:05:27 thomas Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -19,8 +19,8 @@
1919
#include <nodes/primnodes.h>
2020
#include <parser/parse_node.h>
2121

22-
extern void makeRangeTable(ParseState *pstate, char *relname, List *frmList);
23-
extern Node *transformWhereClause(ParseState *pstate, Node *a_expr);
22+
extern void makeRangeTable(ParseState *pstate, char *relname, List *frmList, Node **qual);
23+
extern Node *transformWhereClause(ParseState *pstate, Node *where, Node *using);
2424
extern List *transformGroupClause(ParseState *pstate, List *grouplist,
2525
List *targetlist);
2626
extern List *transformSortClause(ParseState *pstate,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy