mirror of
https://github.com/postgres/postgres.git
synced 2025-08-14 02:22:38 +03:00
pgindent run for 9.6
This commit is contained in:
contrib
auto_explain
bloom
file_fdw
isn
pageinspect
pg_trgm
pg_visibility
pgcrypto
postgres_fdw
sslinfo
test_decoding
src
backend
access
brin
common
gin
gist
heap
nbtree
rmgrdesc
transam
catalog
commands
aggregatecmds.calter.camcmds.canalyze.cconversioncmds.ccopy.cextension.cforeigncmds.cmatview.coperatorcmds.cpolicy.cproclang.ctrigger.ctypecmds.cuser.cvacuumlazy.cvariable.c
executor
execAmi.cexecIndexing.cexecMain.cexecParallel.cfunctions.cnodeAgg.cnodeForeignscan.cnodeGather.cnodeModifyTable.cnodeSeqscan.cnodeWindowAgg.ctqueue.c
libpq
main
nodes
optimizer
parser
port
postmaster
replication
rewrite
storage
buffer
freespace
ipc
lmgr
tsearch
utils
bin
pg_archivecleanup
pg_basebackup
pg_ctl
pg_dump
pg_rewind
pg_upgrade
pgbench
psql
common
include
interfaces
pl
port
test
modules
test_ddl_deparse
@@ -5055,9 +5055,9 @@ text_format(PG_FUNCTION_ARGS)
|
||||
/* should not get here, because of previous check */
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
errmsg("unrecognized format() type specifier \"%c\"",
|
||||
*cp),
|
||||
errhint("For a single \"%%\" use \"%%%%\".")));
|
||||
errmsg("unrecognized format() type specifier \"%c\"",
|
||||
*cp),
|
||||
errhint("For a single \"%%\" use \"%%%%\".")));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user