mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: makefuncs.h,v 1.4 1997/09/07 04:58:32 momjian Exp $
|
||||
* $Id: makefuncs.h,v 1.5 1997/09/08 02:37:15 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -16,21 +16,21 @@
|
||||
#include <nodes/primnodes.h>
|
||||
#include <utils/fcache.h>
|
||||
|
||||
extern Oper *
|
||||
extern Oper *
|
||||
makeOper(Oid opno,
|
||||
Oid opid,
|
||||
Oid opresulttype,
|
||||
int opsize,
|
||||
FunctionCachePtr op_fcache);
|
||||
|
||||
extern Var *
|
||||
extern Var *
|
||||
makeVar(Index varno,
|
||||
AttrNumber varattno,
|
||||
Oid vartype,
|
||||
Index varnoold,
|
||||
AttrNumber varoattno);
|
||||
|
||||
extern Resdom *
|
||||
extern Resdom *
|
||||
makeResdom(AttrNumber resno,
|
||||
Oid restype,
|
||||
int reslen,
|
||||
@@ -39,7 +39,7 @@ makeResdom(AttrNumber resno,
|
||||
Oid reskeyop,
|
||||
int resjunk);
|
||||
|
||||
extern Const *
|
||||
extern Const *
|
||||
makeConst(Oid consttype,
|
||||
Size constlen,
|
||||
Datum constvalue,
|
||||
|
||||
Reference in New Issue
Block a user