forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdffad02

Neil Conway
Slight refactor for ExecOpenScanRelation(): we can use
ExecRelationIsTargetRelation() to check if the relation is a targetrel, rather than scanning through the result relation array ourselves.1 parentdc6dc0f commitdffad02
1 file changed
+6
-15
lines changedLines changed: 6 additions & 15 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 |
| |
| |||
814 | 814 |
| |
815 | 815 |
| |
816 | 816 |
| |
817 |
| - | |
818 |
| - | |
819 | 817 |
| |
820 | 818 |
| |
821 |
| - | |
822 |
| - | |
| 819 | + | |
| 820 | + | |
823 | 821 |
| |
824 | 822 |
| |
825 |
| - | |
826 |
| - | |
827 |
| - | |
828 |
| - | |
829 |
| - | |
830 |
| - | |
831 |
| - | |
832 |
| - | |
833 |
| - | |
| 823 | + | |
| 824 | + | |
834 | 825 |
| |
| 826 | + | |
835 | 827 |
| |
836 | 828 |
| |
837 | 829 |
| |
| |||
850 | 842 |
| |
851 | 843 |
| |
852 | 844 |
| |
853 |
| - | |
854 | 845 |
| |
855 | 846 |
| |
856 | 847 |
| |
|
0 commit comments
Comments
(0)