]> granicus.if.org Git - postgresql/commitdiff
Fix spurious non-ASCII bytes
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 4 Jun 2018 20:17:34 +0000 (16:17 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 4 Jun 2018 20:17:34 +0000 (16:17 -0400)
src/backend/catalog/heap.c

index 39813de991972880084d7e02caea9b1a6c3eff59..d59bd5bb00f5417473ff8706035c4f663a1ae5f6 100644 (file)
@@ -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