Fix whitespace in commit 005c6b833f.

pull/170/head
Jeff Davis 1 year ago
parent 1c461a8d8d
commit c0ef1234df
  1. 4
      src/backend/utils/adt/pg_locale.c
  2. 1
      src/tools/pgindent/typedefs.list

@ -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);

@ -3356,6 +3356,7 @@ chr
cmpEntriesArg
codes_t
collation_cache_entry
collation_cache_hash
color
colormaprange
compare_context

Loading…
Cancel
Save