From: Peter Eisentraut Date: Mon, 4 Jun 2018 20:17:34 +0000 (-0400) Subject: Fix spurious non-ASCII bytes X-Git-Tag: REL_11_BETA2~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f85c62d9e825eedd1315d249ef1ad793ca78ed4;p=thirdparty%2Fpostgresql.git Fix spurious non-ASCII bytes --- diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c index 39813de9919..d59bd5bb00f 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