Skip to content

Commit c0ef123

Browse files
committed
Fix whitespace in commit 005c6b8.
1 parent 1c461a8 commit c0ef123

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/backend/utils/adt/pg_locale.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,8 +1260,8 @@ lookup_collation_cache(Oid collation, bool set_flags)
12601260
CollationCacheContext = AllocSetContextCreate(TopMemoryContext,
12611261
"collation cache",
12621262
ALLOCSET_DEFAULT_SIZES);
1263-
CollationCache = collation_cache_create(
1264-
CollationCacheContext, 16, NULL);
1263+
CollationCache = collation_cache_create(CollationCacheContext,
1264+
16, NULL);
12651265
}
12661266

12671267
cache_entry = collation_cache_insert(CollationCache, collation, &found);

src/tools/pgindent/typedefs.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3356,6 +3356,7 @@ chr
33563356
cmpEntriesArg
33573357
codes_t
33583358
collation_cache_entry
3359+
collation_cache_hash
33593360
color
33603361
colormaprange
33613362
compare_context

0 commit comments

Comments
 (0)