1
0
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:
Bruce Momjian
1997-09-08 02:41:22 +00:00
parent a90f12fd9d
commit 319dbfa736
632 changed files with 28301 additions and 28220 deletions

View File

@@ -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,