forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteeaa497
committed
Give error message, rather than coredump, for utility statements in
conditional rules (rules with WHERE clauses). We cannot support thesesince there's noplace to hang a condition on a utility statement.We caught the other case (attempt to attach a condition at rewrite time)awhile ago, but this one escaped notice until now.1 parent12c1552 commiteeaa497
1 file changed
+18
-5
lines changedLines changed: 18 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
1742 | 1742 |
| |
1743 | 1743 |
| |
1744 | 1744 |
| |
1745 |
| - | |
| 1745 | + | |
| 1746 | + | |
1746 | 1747 |
| |
1747 | 1748 |
| |
1748 | 1749 |
| |
1749 | 1750 |
| |
1750 |
| - | |
| 1751 | + | |
1751 | 1752 |
| |
| 1753 | + | |
1752 | 1754 |
| |
1753 | 1755 |
| |
1754 | 1756 |
| |
| |||
1775 | 1777 |
| |
1776 | 1778 |
| |
1777 | 1779 |
| |
1778 |
| - | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
1779 | 1790 |
| |
1780 | 1791 |
| |
1781 | 1792 |
| |
| |||
1846 | 1857 |
| |
1847 | 1858 |
| |
1848 | 1859 |
| |
1849 |
| - | |
| 1860 | + | |
1850 | 1861 |
| |
1851 | 1862 |
| |
1852 | 1863 |
| |
1853 | 1864 |
| |
| 1865 | + | |
| 1866 | + | |
1854 | 1867 |
| |
1855 | 1868 |
| |
1856 | 1869 |
| |
|
0 commit comments
Comments
(0)