mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Fix for count(*), aggs with views and multiple tables and sum(3).
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: parse_relation.h,v 1.3 1997/11/26 03:43:16 momjian Exp $
|
||||
* $Id: parse_relation.h,v 1.4 1998/01/04 04:31:43 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -34,7 +34,6 @@ extern int attnameAttNum(Relation rd, char *a);
|
||||
extern bool attnameIsSet(Relation rd, char *name);
|
||||
extern char *attnumAttName(Relation rd, int attrno);
|
||||
extern int attnumAttNelems(Relation rd, int attid);
|
||||
extern Oid attnameTypeId(Oid relid, char *attrname);
|
||||
extern Oid attnumTypeId(Relation rd, int attid);
|
||||
extern void handleTargetColname(ParseState *pstate, char **resname,
|
||||
char *refname, char *colname);
|
||||
|
||||
Reference in New Issue
Block a user