1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

Fix whitespace in commit 005c6b833f.

This commit is contained in:
Jeff Davis
2024-07-28 13:34:52 -07:00
parent 1c461a8d8d
commit c0ef1234df
2 changed files with 3 additions and 2 deletions

View File

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