mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Another pgindent run. Fixes enum indenting, and improves #endif
spacing. Also adds space for one-line comments.
This commit is contained in:
contrib
btree_gist
dbase
dblink
lo
miscutil
pg_dumplo
pg_resetxlog
pgcrypto
blf.hcrypt-des.cinternal.cmd5.hopenssl.cpgcrypto.hpx-crypt.cpx-crypt.hrandom.crijndael.csha1.csha1.h
rserv
spi
tsearch
src
backend
access
gist
hash
index
nbtree
rtree
transam
commands
executor
execFlatten.cexecTuples.cfunctions.cnodeIndexscan.cnodeLimit.cnodeMergejoin.cnodeSeqscan.cnodeTidscan.c
lib
libpq
nodes
optimizer
path
plan
prep
parser
port
dynloader
aix.caix.hbsdi.cbsdi.hdgux.hfreebsd.hirix5.hlinux.clinux.hnetbsd.hnextstep.hopenbsd.hosf.hsco.hsolaris.hsunos4.hsvr4.hultrix4.hunivel.hunixware.hwin.h
isinf.cnextstep
qnx4
sunos4
postmaster
regex
rewrite
storage
buffer
file
freespace
ipc
lmgr
page
smgr
tcop
tioga
utils
bin
pg_dump
psql
include
access
attnum.hclog.hgenam.hgist.hgistscan.hhash.hheapam.hhio.hhtup.hibit.hiqual.histrat.hnbtree.hprinttup.hrelscan.hrmgr.hrtree.hrtscan.hsdir.hskey.hstrat.htransam.htupdesc.htupmacs.hvalid.hxact.hxlog.hxlogdefs.hxlogutils.h
bootstrap
c.hcatalog
catalog.hcatname.hcatversion.hheap.hindex.hindexing.hpg_aggregate.hpg_am.hpg_amop.hpg_amproc.hpg_attribute.hpg_class.hpg_control.hpg_database.hpg_description.hpg_group.hpg_index.hpg_largeobject.hpg_opclass.hpg_operator.hpg_proc.hpg_relcheck.hpg_rewrite.hpg_shadow.hpg_statistic.hpg_trigger.h
commands
async.hcluster.hcommand.hcomment.hcopy.hcreatinh.hdbcommands.hdefrem.hexplain.hproclang.hrename.hsequence.htrigger.huser.hvacuum.hvariable.hversion.hview.h
executor
execdebug.hexecdefs.hexecdesc.hexecutor.hfunctions.hhashjoin.hinstrument.hnodeAgg.hnodeAppend.hnodeGroup.hnodeHash.hnodeHashjoin.hnodeIndexscan.hnodeLimit.hnodeMaterial.hnodeMergejoin.hnodeNestloop.hnodeResult.hnodeSeqscan.hnodeSetOp.hnodeSort.hnodeSubplan.hnodeSubqueryscan.hnodeTidscan.hnodeUnique.hspi.hspi_priv.htuptable.h
fmgr.hlib
libpq
mb
miscadmin.hnodes
execnodes.hmakefuncs.hnodeFuncs.hnodes.hparams.hparsenodes.hpg_list.hplannodes.hprimnodes.hprint.hreadfuncs.hrelation.h
optimizer
_deadcode
clauses.hcost.hgeqo.hgeqo_copy.hgeqo_gene.hgeqo_misc.hgeqo_mutation.hgeqo_pool.hgeqo_random.hgeqo_selection.hjoininfo.hpathnode.hpaths.hplancat.hplanmain.hplanner.hprep.hrestrictinfo.hsubselect.htlist.hvar.hparser
analyze.hgramparse.hkeywords.hparse_agg.hparse_clause.hparse_coerce.hparse_expr.hparse_func.hparse_node.hparse_oper.hparse_relation.hparse_target.hparse_type.hparser.hparsetree.hscansup.h
port
darwin.h
postgres.hpostgres_ext.hpostgres_fe.hdarwin
dgux.hfreebsd.hhpux.hlinux.hnetbsd.hopenbsd.hosf.hsco.hsolaris.hsunos4.hsvr4.hunivel.hunixware.hwin.hregex
rewrite
rusagestub.hstorage
backendid.hblock.hbuf.hbuf_internals.hbuffile.hbufmgr.hbufpage.hfd.hfreespace.hipc.hitem.hitemid.hitempos.hitemptr.hlarge_object.hlmgr.hlock.hlwlock.hoff.hpage.hpos.hproc.hrelfilenode.hshmem.hsinval.hsinvaladt.hsmgr.hspin.h
tcop
utils
acl.hascii.hbit.hbuiltins.hcash.hcatcache.hdate.hdatetime.hdatum.hdynahash.hdynamic_loader.helog.hexc.hexcid.hfcache.hfmgrtab.hformatting.hgeo_decls.hguc.hhsearch.hint8.hinval.hlogtape.hlsyscache.hnabstime.hnumeric.hpg_crc.hpg_locale.hpg_lzcompress.hps_status.hrel.hrelcache.hselfuncs.hsets.hsyscache.htemprel.htimestamp.htqual.htuplesort.htuplestore.hvarbit.h
interfaces
cli
ecpg
include
lib
preproc
libpgtcl
libpq
odbc
bind.cbind.hcolumninfo.ccolumninfo.hconnection.cconnection.hconvert.cconvert.hdlg_specific.cdlg_specific.hdrvconn.cenviron.cenviron.hgpps.cgpps.hinfo.ciodbc.hisql.hisqlext.hlobj.clobj.hmisc.hodbcapi.codbcapi30.coptions.cparse.cpgapifunc.hpgtypes.cpgtypes.hpsqlodbc.hqresult.cqresult.hresource.hresults.csetup.csocket.csocket.hstatement.cstatement.htuple.ctuple.htuplelist.ctuplelist.h
python
pl
tools
pgindent
utils
@ -11,7 +11,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.19 2001/10/25 05:49:40 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.20 2001/10/28 06:25:47 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -107,4 +107,5 @@ pg_dlerror()
|
||||
return dld_strerror(dld_errno);
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user