mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
pgindent run for 9.6
This commit is contained in:
@@ -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