diff options
author | Jeff Davis | 2024-07-28 20:34:52 +0000 |
---|---|---|
committer | Jeff Davis | 2024-07-28 20:34:52 +0000 |
commit | c0ef1234dfb68bb0b5c926c0eafd82881ad78374 (patch) | |
tree | 7509fb401cd8000dc578ddfe4cc0fca80c2cba95 /src | |
parent | 1c461a8d8d3c7a4655fdb944ffca94b1e49e5b3d (diff) |
Fix whitespace in commit 005c6b833f.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/adt/pg_locale.c | 4 | ||||
-rw-r--r-- | src/tools/pgindent/typedefs.list | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/utils/adt/pg_locale.c b/src/backend/utils/adt/pg_locale.c index c1b7ecced48..8c1960db946 100644 --- a/src/backend/utils/adt/pg_locale.c +++ b/src/backend/utils/adt/pg_locale.c @@ -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); diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index b4d7f9217ce..3deb6113b80 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -3356,6 +3356,7 @@ chr cmpEntriesArg codes_t collation_cache_entry +collation_cache_hash color colormaprange compare_context |