Fix spurious non-ASCII bytes

This commit is contained in:
Peter Eisentraut 2018-06-04 16:17:34 -04:00
parent 2241ad1556
commit 3f85c62d9e
1 changed files with 1 additions and 1 deletions

View 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