mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
pgindent run for release 9.3
This is the first run of the Perl-based pgindent script. Also update pgindent instructions.
This commit is contained in:
contrib
btree_gist
dblink
file_fdw
hstore
oid2name
pg_archivecleanup
pg_standby
pg_test_timing
pg_trgm
pg_upgrade
check.ccontroldata.cexec.cfile.cinfo.coption.cpage.cparallel.cpg_upgrade.cpg_upgrade.hrelfilenode.cserver.ctablespace.cutil.c
pg_xlogdump
pgbench
pgcrypto
pgrowlocks
pgstattuple
postgres_fdw
sepgsql
unaccent
vacuumlo
worker_spi
src
backend
access
gin
gist
hash
heap
nbtree
rmgrdesc
clogdesc.cdbasedesc.cgindesc.cgistdesc.chashdesc.cheapdesc.cmxactdesc.cnbtdesc.crelmapdesc.cseqdesc.csmgrdesc.cspgdesc.cstandbydesc.ctblspcdesc.cxactdesc.cxlogdesc.c
spgist
transam
bootstrap
catalog
aclchk.ccatalog.cdependency.cheap.cnamespace.cobjectaccess.cobjectaddress.cpg_constraint.cpg_enum.cpg_operator.cpg_proc.cpg_shdepend.cstorage.c
commands
aggregatecmds.calter.casync.ccluster.ccopy.ccreateas.cdbcommands.cevent_trigger.cexplain.cfunctioncmds.cindexcmds.cmatview.copclasscmds.coperatorcmds.cproclang.csequence.ctablecmds.ctrigger.ctypecmds.cuser.cvacuum.cvacuumlazy.c
executor
lib
libpq
main
optimizer
geqo
path
plan
prep
util
parser
analyze.ccheck_keywords.plparse_agg.cparse_clause.cparse_expr.cparse_relation.cparse_target.cparse_utilcmd.c
port
postmaster
regex
replication
rewrite
storage
buffer
ipc
lmgr
page
smgr
tcop
tsearch
utils
adt
array_typanalyze.carrayfuncs.cdate.cdatetime.cformatting.cjson.cjsonfuncs.cmisc.cnumeric.cpg_locale.cpseudotypes.crangetypes.crangetypes_gist.crangetypes_selfuncs.crangetypes_spgist.crangetypes_typanalyze.cregproc.cri_triggers.cruleutils.cselfuncs.ctimestamp.ctsquery_rewrite.cvarlena.cxml.c
cache
error
hash
init
mb
misc
resowner
sort
time
bin
initdb
pg_basebackup
pg_ctl
pg_dump
pg_resetxlog
pgevent
psql
scripts
common
include
access
c.hcatalog
heap.hindexing.hobjectaccess.hobjectaddress.hpg_class.hpg_constraint.hpg_control.hpg_enum.hpg_event_trigger.hpg_operator.hpg_proc.hpg_statistic.h
commands
alter.hcollationcmds.hcomment.hconversioncmds.hcopy.hdbcommands.hdefrem.hevent_trigger.hextension.hmatview.hproclang.hschemacmds.hseclabel.hsequence.htablecmds.htablespace.htrigger.htypecmds.huser.hview.h
common
lib
libpq
mb
miscadmin.hnodes
optimizer
parser
port.hport
postgres.hpostmaster
replication
rewrite
storage
tcop
utils
interfaces
ecpg
libpq
pl
port
test
isolation
timezone
tools
@ -4245,7 +4245,7 @@ text_format(PG_FUNCTION_ARGS)
|
||||
|
||||
/*
|
||||
* Get the appropriate typOutput function, reusing previous one if
|
||||
* same type as previous argument. That's particularly useful in the
|
||||
* same type as previous argument. That's particularly useful in the
|
||||
* variadic-array case, but often saves work even for ordinary calls.
|
||||
*/
|
||||
if (typid != prev_type)
|
||||
@ -4274,8 +4274,8 @@ text_format(PG_FUNCTION_ARGS)
|
||||
/* should not get here, because of previous check */
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
errmsg("unrecognized conversion type specifier \"%c\"",
|
||||
*cp)));
|
||||
errmsg("unrecognized conversion type specifier \"%c\"",
|
||||
*cp)));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user