forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6384052
committed
Fix outdated convert_saop_to_hashed_saop comment
In29f45e2, we added support for optimizing the execution of NOTIN(values) by using a hash table instead of a linear search over thearray. That commit neglected to update the header comment forconvert_saop_to_hashed_saop() to mention this fact. Here we fix that.Author: James ColemanDiscussion:https://postgr.es/m/CAAaqYe99NUpAPcxgchGstgM23fmiGjqQPot8627YgkBgNt=BfA@mail.gmail.comBackpatch-through: 15, where29f45e2 was added.1 parent111d954 commit6384052
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2117 | 2117 |
| |
2118 | 2118 |
| |
2119 | 2119 |
| |
2120 |
| - | |
| 2120 | + | |
| 2121 | + | |
2121 | 2122 |
| |
2122 | 2123 |
| |
2123 | 2124 |
| |
|
0 commit comments
Comments
(0)