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:
@@ -1260,8 +1260,8 @@ lookup_collation_cache(Oid collation, bool set_flags)
|
|||||||
CollationCacheContext = AllocSetContextCreate(TopMemoryContext,
|
CollationCacheContext = AllocSetContextCreate(TopMemoryContext,
|
||||||
"collation cache",
|
"collation cache",
|
||||||
ALLOCSET_DEFAULT_SIZES);
|
ALLOCSET_DEFAULT_SIZES);
|
||||||
CollationCache = collation_cache_create(
|
CollationCache = collation_cache_create(CollationCacheContext,
|
||||||
CollationCacheContext, 16, NULL);
|
16, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
cache_entry = collation_cache_insert(CollationCache, collation, &found);
|
cache_entry = collation_cache_insert(CollationCache, collation, &found);
|
||||||
|
|||||||
@@ -3356,6 +3356,7 @@ chr
|
|||||||
cmpEntriesArg
|
cmpEntriesArg
|
||||||
codes_t
|
codes_t
|
||||||
collation_cache_entry
|
collation_cache_entry
|
||||||
|
collation_cache_hash
|
||||||
color
|
color
|
||||||
colormaprange
|
colormaprange
|
||||||
compare_context
|
compare_context
|
||||||
|
|||||||
Reference in New Issue
Block a user