mirror of
https://github.com/postgres/postgres.git
synced 2025-10-29 22:49:41 +03:00
Used modified version of indent that understands over 100 typedefs.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/executor/Attic/execFlatten.c,v 1.4 1997/09/08 02:22:25 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/executor/Attic/execFlatten.c,v 1.5 1997/09/08 21:42:55 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -34,16 +34,16 @@
|
||||
|
||||
#ifdef SETS_FIXED
|
||||
static bool
|
||||
FjoinBumpOuterNodes(TargetEntry * tlist, ExprContext * econtext,
|
||||
FjoinBumpOuterNodes(TargetEntry *tlist, ExprContext *econtext,
|
||||
DatumPtr results, char *nulls);
|
||||
|
||||
#endif
|
||||
|
||||
Datum
|
||||
ExecEvalIter(Iter * iterNode,
|
||||
ExprContext * econtext,
|
||||
bool * resultIsNull,
|
||||
bool * iterIsDone)
|
||||
ExecEvalIter(Iter *iterNode,
|
||||
ExprContext *econtext,
|
||||
bool *resultIsNull,
|
||||
bool *iterIsDone)
|
||||
{
|
||||
Node *expression;
|
||||
|
||||
@@ -59,10 +59,10 @@ ExecEvalIter(Iter * iterNode,
|
||||
}
|
||||
|
||||
void
|
||||
ExecEvalFjoin(TargetEntry * tlist,
|
||||
ExprContext * econtext,
|
||||
bool * isNullVect,
|
||||
bool * fj_isDone)
|
||||
ExecEvalFjoin(TargetEntry *tlist,
|
||||
ExprContext *econtext,
|
||||
bool *isNullVect,
|
||||
bool *fj_isDone)
|
||||
{
|
||||
|
||||
#ifdef SETS_FIXED
|
||||
@@ -182,8 +182,8 @@ ExecEvalFjoin(TargetEntry * tlist,
|
||||
|
||||
#ifdef SETS_FIXED
|
||||
static bool
|
||||
FjoinBumpOuterNodes(TargetEntry * tlist,
|
||||
ExprContext * econtext,
|
||||
FjoinBumpOuterNodes(TargetEntry *tlist,
|
||||
ExprContext *econtext,
|
||||
DatumPtr results,
|
||||
char *nulls)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user