forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6478896
committed
Teach hash_ok_operator() that record_eq is only sometimes hashable.
The need for this was foreseen long ago, but when record_eqactually became hashable (in commit01e658f), we missed updatingthis spot.Per bug #17363 from Elvis Pranskevichus. Back-patch to v14 wherethe faulty commit came in.Discussion:https://postgr.es/m/17363-f6d42fd0d726be02@postgresql.org1 parentfe75517 commit6478896
File tree
3 files changed
+36
-3
lines changed- src
- backend/optimizer/plan
- test/regress
- expected
- sql
3 files changed
+36
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
848 | 848 |
| |
849 | 849 |
| |
850 | 850 |
| |
851 |
| - | |
| 851 | + | |
| 852 | + | |
852 | 853 |
| |
853 |
| - | |
854 |
| - | |
| 854 | + | |
855 | 855 |
| |
856 | 856 |
| |
857 | 857 |
| |
|
Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
789 | 789 |
| |
790 | 790 |
| |
791 | 791 |
| |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
792 | 815 |
| |
793 | 816 |
| |
794 | 817 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
463 | 463 |
| |
464 | 464 |
| |
465 | 465 |
| |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
466 | 476 |
| |
467 | 477 |
| |
468 | 478 |
| |
|
0 commit comments
Comments
(0)