From c0ef1234dfb68bb0b5c926c0eafd82881ad78374 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Sun, 28 Jul 2024 13:34:52 -0700 Subject: [PATCH] Fix whitespace in commit 005c6b833f. --- src/backend/utils/adt/pg_locale.c | 4 ++-- 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 -- 2.30.2