mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
pgindent run for 9.0
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/fmgr.h,v 1.64 2010/02/08 20:39:52 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/include/fmgr.h,v 1.65 2010/02/26 02:01:20 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -538,11 +538,11 @@ extern void **find_rendezvous_variable(const char *varName);
|
||||
*/
|
||||
|
||||
/* AggCheckCallContext can return one of the following codes, or 0: */
|
||||
#define AGG_CONTEXT_AGGREGATE 1 /* regular aggregate */
|
||||
#define AGG_CONTEXT_WINDOW 2 /* window function */
|
||||
#define AGG_CONTEXT_AGGREGATE 1 /* regular aggregate */
|
||||
#define AGG_CONTEXT_WINDOW 2 /* window function */
|
||||
|
||||
extern int AggCheckCallContext(FunctionCallInfo fcinfo,
|
||||
MemoryContext *aggcontext);
|
||||
extern int AggCheckCallContext(FunctionCallInfo fcinfo,
|
||||
MemoryContext *aggcontext);
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user