forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit63e2004
committed
Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.
This was due to incomplete implementation of rowcount reportingfor RMV, which was due to initial waffling on whether it shouldbe provided. It seems unlikely to be a useful or universallyavailable number as more sophisticated techniques for maintainingmatviews are added, so remove the partial support rather thancompleting it.Per report of Jeevan Chalke, but with a different fix1 parent2317a63 commit63e2004
1 file changed
+0
-7
lines changedLines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2122 | 2122 |
| |
2123 | 2123 |
| |
2124 | 2124 |
| |
2125 |
| - | |
2126 |
| - | |
2127 |
| - | |
2128 |
| - | |
2129 |
| - | |
2130 |
| - | |
2131 |
| - | |
2132 | 2125 |
| |
2133 | 2126 |
| |
2134 | 2127 |
| |
|
0 commit comments
Comments
(0)