forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf224847
committed
Remove broken Assertions that failed if a statement executed in PL/pgSQL is
rewritten into another kind of statement, for example if an INSERT isrewritten into an UPDATE.Back-patch to 8.3 and 8.2. For HEAD, Tom suggested inventing a newSPI_OK_REWRITTEN return code, but that's not a backportable solution. I'lldo that as a separate patch, this patch will do as a stopgap measure for HEADtoo in the meanwhile.1 parent03b4fc7 commitf224847
1 file changed
+10
-6
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
2782 | 2782 |
| |
2783 | 2783 |
| |
2784 | 2784 |
| |
2785 |
| - | |
2786 |
| - | |
| 2785 | + | |
| 2786 | + | |
| 2787 | + | |
| 2788 | + | |
| 2789 | + | |
| 2790 | + | |
| 2791 | + | |
| 2792 | + | |
| 2793 | + | |
2787 | 2794 |
| |
2788 | 2795 |
| |
2789 | 2796 |
| |
2790 | 2797 |
| |
2791 |
| - | |
2792 | 2798 |
| |
2793 | 2799 |
| |
2794 | 2800 |
| |
| |||
2798 | 2804 |
| |
2799 | 2805 |
| |
2800 | 2806 |
| |
2801 |
| - | |
2802 | 2807 |
| |
2803 | 2808 |
| |
2804 | 2809 |
| |
2805 | 2810 |
| |
2806 | 2811 |
| |
2807 |
| - | |
2808 | 2812 |
| |
2809 | 2813 |
| |
2810 | 2814 |
| |
|
0 commit comments
Comments
(0)