forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3974bc3
committed
Remove unused field from SubPlanState struct
bf6c614 did some conversion work to use ExprState instead of manuallycalling equality functions to check if one set of values is not distinctfrom another set. That patch removed many of the fields that becameredundant as a result of that change, but it forgot to removeSubPlanState.tab_eq_funcs. Fix that.In passing, fix the header comment for TupleHashEntryData to correctlyspell the field name it's talking about.Author: Rafia Sabih <rafia.pghackers@gmail.com>Reviewed-by: Andrei Lepikhov <lepihov@gmail.com>Discussion:https://postgr.es/m/CA+FpmFeycdombFzrjZw7Rmc29CVm4OOzCWwu=dVBQ6q=PX8SvQ@mail.gmail.comDiscussion:https://postgr.es/m/CAApHDvrWR2jYVhec=COyF2g2BE_ns91NDsCHAMFiXbyhEujKdQ@mail.gmail.com1 parentbaa1ae0 commit3974bc3
2 files changed
+1
-6
lines changedLines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
856 | 856 |
| |
857 | 857 |
| |
858 | 858 |
| |
859 |
| - | |
860 | 859 |
| |
861 | 860 |
| |
862 | 861 |
| |
| |||
954 | 953 |
| |
955 | 954 |
| |
956 | 955 |
| |
957 |
| - | |
958 | 956 |
| |
959 | 957 |
| |
960 | 958 |
| |
| |||
999 | 997 |
| |
1000 | 998 |
| |
1001 | 999 |
| |
1002 |
| - | |
1003 |
| - | |
1004 | 1000 |
| |
1005 | 1001 |
| |
1006 | 1002 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
796 | 796 |
| |
797 | 797 |
| |
798 | 798 |
| |
799 |
| - | |
| 799 | + | |
800 | 800 |
| |
801 | 801 |
| |
802 | 802 |
| |
| |||
994 | 994 |
| |
995 | 995 |
| |
996 | 996 |
| |
997 |
| - | |
998 | 997 |
| |
999 | 998 |
| |
1000 | 999 |
| |
|
0 commit comments
Comments
(0)