mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified.
This commit is contained in:
@ -234,8 +234,8 @@ pg_set_regex_collation(Oid collation)
|
||||
if (!OidIsValid(collation))
|
||||
{
|
||||
/*
|
||||
* This typically means that the parser could not resolve a
|
||||
* conflict of implicit collations, so report it that way.
|
||||
* This typically means that the parser could not resolve a conflict
|
||||
* of implicit collations, so report it that way.
|
||||
*/
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INDETERMINATE_COLLATION),
|
||||
@ -253,9 +253,9 @@ pg_set_regex_collation(Oid collation)
|
||||
else
|
||||
{
|
||||
/*
|
||||
* NB: pg_newlocale_from_collation will fail if not HAVE_LOCALE_T;
|
||||
* the case of pg_regex_locale != 0 but not HAVE_LOCALE_T does not
|
||||
* have to be considered below.
|
||||
* NB: pg_newlocale_from_collation will fail if not HAVE_LOCALE_T; the
|
||||
* case of pg_regex_locale != 0 but not HAVE_LOCALE_T does not have to
|
||||
* be considered below.
|
||||
*/
|
||||
pg_regex_locale = pg_newlocale_from_collation(collation);
|
||||
|
||||
|
Reference in New Issue
Block a user