mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Post-PG 10 beta1 pgindent run
perltidy run not included.
This commit is contained in:
@@ -63,9 +63,9 @@ extern const char *func_signature_string(List *funcname, int nargs,
|
||||
extern Oid LookupFuncName(List *funcname, int nargs, const Oid *argtypes,
|
||||
bool noError);
|
||||
extern Oid LookupFuncWithArgs(ObjectWithArgs *func,
|
||||
bool noError);
|
||||
bool noError);
|
||||
extern Oid LookupAggWithArgs(ObjectWithArgs *agg,
|
||||
bool noError);
|
||||
bool noError);
|
||||
|
||||
extern void check_srf_call_placement(ParseState *pstate, int location);
|
||||
|
||||
|
@@ -189,7 +189,8 @@ struct ParseState
|
||||
bool p_resolve_unknowns; /* resolve unknown-type SELECT outputs
|
||||
* as type text */
|
||||
|
||||
QueryEnvironment *p_queryEnv; /* curr env, incl refs to enclosing env */
|
||||
QueryEnvironment *p_queryEnv; /* curr env, incl refs to enclosing
|
||||
* env */
|
||||
|
||||
/* Flags telling about things found in the query: */
|
||||
bool p_hasAggs;
|
||||
|
@@ -25,7 +25,7 @@ typedef HeapTuple Operator;
|
||||
extern Oid LookupOperName(ParseState *pstate, List *opername,
|
||||
Oid oprleft, Oid oprright,
|
||||
bool noError, int location);
|
||||
extern Oid LookupOperWithArgs(ObjectWithArgs *oper, bool noError);
|
||||
extern Oid LookupOperWithArgs(ObjectWithArgs *oper, bool noError);
|
||||
|
||||
/* Routines to find operators matching a name and given input types */
|
||||
/* NB: the selected operator may require coercion of the input types! */
|
||||
|
Reference in New Issue
Block a user