forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9272bde
committed
Remove unused code for unlogged materialized views.
Commit3bf3ab8 initially introduced support for unloggedmaterialized views, but this was later disallowed by commit3223b25.Additionally, commitd25f519 added more code for handlingunlogged materialized views. This commit cleans up all unusedcode related to them.If unlogged materialized views had been supported in any officialrelease, psql would need to retain code to handle them for compatibilitywith older servers. However, since they were never included inan official release, this code is no longer necessary.Author: Pixian ShiReviewed-by: Yugo Nagata, Fujii MasaoDiscussion:https://postgr.es/m/CAAccyYKRZ=OvAvgowiSH+OELbStLP=p2Ht=R3CgT=OaNSH5DAA@mail.gmail.com1 parent19567b3 commit9272bde
2 files changed
+2
-7
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
610 | 610 |
| |
611 | 611 |
| |
612 | 612 |
| |
613 |
| - | |
614 | 613 |
| |
615 | 614 |
| |
616 | 615 |
| |
|
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1970 | 1970 |
| |
1971 | 1971 |
| |
1972 | 1972 |
| |
1973 |
| - | |
1974 |
| - | |
1975 |
| - | |
1976 |
| - | |
1977 |
| - | |
1978 |
| - | |
| 1973 | + | |
| 1974 | + | |
1979 | 1975 |
| |
1980 | 1976 |
| |
1981 | 1977 |
| |
|
0 commit comments
Comments
(0)