1
0
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:
Robert Haas
2016-06-09 18:02:36 -04:00
parent 9164deea2f
commit 4bc424b968
252 changed files with 2670 additions and 2558 deletions
contrib
src
backend
access
catalog
commands
executor
libpq
main
nodes
optimizer
parser
port
postmaster
replication
rewrite
storage
tsearch
utils
bin
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;
}
}