mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Clean up newlines following left parentheses
Most came in during the 17 cycle, so backpatch there. Some (particularly reorderbuffer.h) are very old, but backpatching doesn't seem useful. Like commitsc9d2977519,c4f113e8fe.
This commit is contained in:
@@ -1374,8 +1374,8 @@ init_database_collation(void)
|
||||
default_locale.collate_is_c = true;
|
||||
default_locale.ctype_is_c = (strcmp(datlocale, "C") == 0);
|
||||
|
||||
default_locale.info.builtin.locale = MemoryContextStrdup(
|
||||
TopMemoryContext, datlocale);
|
||||
default_locale.info.builtin.locale = MemoryContextStrdup(TopMemoryContext,
|
||||
datlocale);
|
||||
}
|
||||
else if (dbform->datlocprovider == COLLPROVIDER_ICU)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user