summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut2018-06-04 20:17:34 +0000
committerPeter Eisentraut2018-06-04 20:17:34 +0000
commit3f85c62d9e825eedd1315d249ef1ad793ca78ed4 (patch)
tree4d273d4fffca0721749643ac5cb43166eba84a3e /src
parent2241ad1556b3734b4867117bee8d78ef9577fceb (diff)
Fix spurious non-ASCII bytes
Diffstat (limited to 'src')
-rw-r--r--src/backend/catalog/heap.c2
1 files changed, 1 insertions, 1 deletions
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