diff --git a/src/backend/utils/adt/pg_locale.c b/src/backend/utils/adt/pg_locale.c index c1b7ecced48..8c1960db946 100644 --- a/src/backend/utils/adt/pg_locale.c +++ b/src/backend/utils/adt/pg_locale.c @@ -1260,8 +1260,8 @@ lookup_collation_cache(Oid collation, bool set_flags) CollationCacheContext = AllocSetContextCreate(TopMemoryContext, "collation cache", ALLOCSET_DEFAULT_SIZES); - CollationCache = collation_cache_create( - CollationCacheContext, 16, NULL); + CollationCache = collation_cache_create(CollationCacheContext, + 16, NULL); } cache_entry = collation_cache_insert(CollationCache, collation, &found); diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index b4d7f9217ce..3deb6113b80 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -3356,6 +3356,7 @@ chr cmpEntriesArg codes_t collation_cache_entry +collation_cache_hash color colormaprange compare_context