From 3f85c62d9e825eedd1315d249ef1ad793ca78ed4 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 4 Jun 2018 16:17:34 -0400 Subject: [PATCH] Fix spurious non-ASCII bytes --- src/backend/catalog/heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c index 39813de991..d59bd5bb00 100644 --- a/src/backend/catalog/heap.c +++ b/src/backend/catalog/heap.c @@ -3406,7 +3406,7 @@ RemovePartitionKeyByRelId(Oid relid) * pg_partitioned_table. * * Also, invalidate the parent's relcache, so that the next rebuild will load - * the new partition's info into its partition descriptor.  If there is a + * the new partition's info into its partition descriptor. If there is a * default partition, we must invalidate its relcache entry as well. */ void