Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2241ad1
)
Fix spurious non-ASCII bytes
author
Peter Eisentraut
<peter_e@gmx.net>
Mon, 4 Jun 2018 20:17:34 +0000
(16:17 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Mon, 4 Jun 2018 20:17:34 +0000
(16:17 -0400)
src/backend/catalog/heap.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/heap.c
b/src/backend/catalog/heap.c
index 39813de991972880084d7e02caea9b1a6c3eff59..d59bd5bb00f5417473ff8706035c4f663a1ae5f6 100644
(file)
--- 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