mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
This commit is contained in:
contrib
array
datetime
int8
pginterface
soundex
string
src
backend
access
common
gist
hash
heap
index
nbtree
rtree
transam
bootstrap
catalog
commands
_deadcode
async.ccluster.ccommand.ccopy.ccreatinh.cdefind.cdefine.cexplain.cpurge.crecipe.cremove.crename.csequence.ctrigger.cvacuum.cview.cexecutor
execAmi.cexecFlatten.cexecJunk.cexecMain.cexecProcnode.cexecQual.cexecScan.cexecTuples.cexecUtils.cfunctions.cnodeAgg.cnodeAppend.cnodeGroup.cnodeHash.cnodeHashjoin.cnodeIndexscan.cnodeMaterial.cnodeMergejoin.cnodeNestloop.cnodeResult.cnodeSeqscan.cnodeSort.cnodeTee.cnodeUnique.cspi.c
lib
libpq
auth.cbe-dumpdata.cbe-fsstubs.cbe-pqexec.chba.cpassword.cportal.cportalbuf.cpqcomm.cpqcomprim.cpqpacket.cpqsignal.cutil.c
main
nodes
optimizer
geqo
geqo_copy.cgeqo_cx.cgeqo_erx.cgeqo_eval.cgeqo_main.cgeqo_misc.cgeqo_mutation.cgeqo_ox1.cgeqo_ox2.cgeqo_params.cgeqo_paths.cgeqo_pmx.cgeqo_pool.cgeqo_px.cgeqo_recombination.cgeqo_selection.cminspantree.c
path
allpaths.cclausesel.ccostsize.chashutils.cindxpath.cjoinpath.cjoinrels.cjoinutils.cmergeutils.corindxpath.cpredmig.cprune.cxfunc.c
plan
prep
util
parser
port
BSD44_derived
aix
alpha
bsdi
dgux
hpux
i386_solaris
inet_aton.cinet_aton.hirix5
linux
nextstep
sco
sparc_solaris
strerror.csunos4
svr4
ultrix4
univel
postmaster
regex
rewrite
storage
buffer
file
ipc
large_object
lmgr
page
smgr
tcop
tioga
utils
adt
acl.carrayfuncs.carrayutils.cbool.ccash.cchar.cchunk.cdate.cdatetime.cdatum.cdt.cfilename.cfloat.cgeo_ops.cgeo_selfuncs.cint.clike.cmisc.cnabstime.cname.cnot_in.cnumutils.coid.coidint2.coidint4.coidname.coracle_compat.cregexp.cregproc.cselfuncs.csets.ctid.ctimestamp.cvarchar.cvarlena.c
cache
error
fmgr
hash
init
misc
mmgr
sort
time
bin
pg_dump
pg_id
pg_passwd
pg_version
pgtclsh
psql
include
access
attnum.hfuncindex.hgenam.hgist.hgistscan.hgiststrat.hhash.hheapam.hhio.hhtup.hibit.hiqual.histrat.hitup.hnbtree.hprinttup.hrelscan.hrtree.hrtscan.hrtstrat.hskey.hstrat.htransam.htupdesc.hvalid.hxact.h
bootstrap
c.hcatalog
catalog.hcatname.hheap.hindex.hindexing.hpg_aggregate.hpg_am.hpg_amop.hpg_amproc.hpg_attrdef.hpg_attribute.hpg_class.hpg_database.hpg_defaults.hpg_demon.hpg_group.hpg_hosts.hpg_index.hpg_inheritproc.hpg_inherits.hpg_ipl.hpg_language.hpg_listener.hpg_log.hpg_magic.hpg_opclass.hpg_operator.hpg_parg.hpg_proc.hpg_relcheck.hpg_rewrite.hpg_server.hpg_statistic.hpg_time.hpg_trigger.hpg_type.hpg_user.hpg_variable.hpg_version.h
commands
async.hcluster.hcommand.hcreatinh.hdefrem.hexplain.hpurge.hrecipe.hsequence.htrigger.hvacuum.hview.h
executor
execFlatten.hexecdebug.hexecdesc.hexecutor.hfunctions.hhashjoin.hnodeAgg.hnodeAppend.hnodeGroup.hnodeHash.hnodeHashjoin.hnodeIndexscan.hnodeMaterial.hnodeMergejoin.hnodeNestloop.hnodeResult.hnodeSeqscan.hnodeSort.hnodeTee.hnodeUnique.hspi.htuptable.h
lib
libpq
miscadmin.hnodes
execnodes.hmakefuncs.hmemnodes.hnodeFuncs.hnodes.hparams.hparsenodes.hpg_list.hplannodes.hprimnodes.hprint.hreadfuncs.hrelation.h
optimizer
clauseinfo.hclauses.hcost.hgeqo.hgeqo_copy.hgeqo_gene.hgeqo_misc.hgeqo_mutation.hgeqo_paths.hgeqo_pool.hgeqo_recombination.hgeqo_selection.hinternal.hjoininfo.hkeys.hordering.hpathnode.hpaths.hplancat.hplanmain.hplanner.hprep.htlist.hvar.hxfunc.h
parser
port
postgres.hregex
rewrite
storage
backendid.hblock.hbuf.hbuf_internals.hbufmgr.hbufpage.hfd.hipc.hitemid.hitempos.hitemptr.hlarge_object.hlmgr.hlock.hmultilev.hoff.hpagenum.hpos.hproc.hshmem.hsinval.hsinvaladt.hsmgr.hspin.h
strdup.htcop
utils
acl.harray.hbit.hbuiltins.hcash.hcatcache.hdatetime.hdatum.hdt.hdynahash.hdynamic_loader.helog.hexc.hfcache.hfcache2.hfmgrtab.hgeo_decls.hhsearch.hinval.hlselect.hlsyscache.hmcxt.hmemutils.hmodule.hnabstime.hoidcompos.hpalloc.hportal.hpsort.hrel.hrelcache.hsets.hsyscache.htqual.h
version.hinterfaces
libpgtcl
libpq
test
tools
tutorial
utils
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/nodes/nodeFuncs.c,v 1.4 1997/09/07 04:42:49 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/nodes/nodeFuncs.c,v 1.5 1997/09/08 02:23:40 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -23,7 +23,7 @@
|
||||
#include "nodes/nodeFuncs.h"
|
||||
#include "utils/lsyscache.h"
|
||||
|
||||
static bool var_is_inner(Var * var);
|
||||
static bool var_is_inner(Var * var);
|
||||
|
||||
/*
|
||||
* single_node -
|
||||
@ -63,7 +63,7 @@ var_is_outer(Var * var)
|
||||
return ((bool) (var->varno == OUTER));
|
||||
}
|
||||
|
||||
static bool
|
||||
static bool
|
||||
var_is_inner(Var * var)
|
||||
{
|
||||
return ((bool) (var->varno == INNER));
|
||||
@ -89,7 +89,7 @@ var_is_rel(Var * var)
|
||||
* Returns the modified oper node.
|
||||
*
|
||||
*/
|
||||
Oper *
|
||||
Oper *
|
||||
replace_opid(Oper * oper)
|
||||
{
|
||||
oper->opid = get_opcode(oper->opno);
|
||||
|
Reference in New Issue
Block a user