- Notifications
You must be signed in to change notification settings - Fork5
Commitd320101
committed
Get rid of the last remaining uses of var_is_rel(), to wit some debugging
checks in ExecIndexBuildScanKeys() that were inadequate anyway: it's betterto verify the correct varno on an expected index key, not just reject OUTERand INNER.This makes the entire current contents of nodeFuncs.c dead code. I'll bereplacing it with some other stuff later, as per recent proposal.1 parente36716a commitd320101
File tree
3 files changed
+13
-10
lines changed- src
- backend/executor
- include/executor
3 files changed
+13
-10
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
| 278 | + | |
278 | 279 |
| |
279 | 280 |
| |
280 | 281 |
| |
|
Lines changed: 9 additions & 8 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 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 | 32 |
| |
34 | 33 |
| |
35 | 34 |
| |
| |||
576 | 575 |
| |
577 | 576 |
| |
578 | 577 |
| |
| 578 | + | |
579 | 579 |
| |
580 | 580 |
| |
581 | 581 |
| |
| |||
653 | 653 |
| |
654 | 654 |
| |
655 | 655 |
| |
| 656 | + | |
656 | 657 |
| |
657 | 658 |
| |
658 | 659 |
| |
| |||
668 | 669 |
| |
669 | 670 |
| |
670 | 671 |
| |
671 |
| - | |
672 |
| - | |
| 672 | + | |
| 673 | + | |
673 | 674 |
| |
674 | 675 |
| |
675 | 676 |
| |
| |||
753 | 754 |
| |
754 | 755 |
| |
755 | 756 |
| |
756 |
| - | |
| 757 | + | |
757 | 758 |
| |
758 | 759 |
| |
759 | 760 |
| |
| |||
837 | 838 |
| |
838 | 839 |
| |
839 | 840 |
| |
840 |
| - | |
| 841 | + | |
841 | 842 |
| |
842 | 843 |
| |
843 | 844 |
| |
| |||
942 | 943 |
| |
943 | 944 |
| |
944 | 945 |
| |
945 |
| - | |
| 946 | + | |
946 | 947 |
| |
947 | 948 |
| |
948 | 949 |
| |
| |||
1003 | 1004 |
| |
1004 | 1005 |
| |
1005 | 1006 |
| |
1006 |
| - | |
| 1007 | + | |
1007 | 1008 |
| |
1008 | 1009 |
| |
1009 | 1010 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
0 commit comments
Comments
(0)