Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0ef123

Browse files
committed
Fix whitespace in commit005c6b8.
1 parent1c461a8 commitc0ef123

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)

[8]ページ先頭

©2009-2025 Movatter.jp