forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbe11f84
committed
Improve HJDEBUG code a bit.
Commit30d7ae3 introduced an HJDEBUGstanza that probably didn't compile at the time, and definitely doesn'tcompile now, because it refers to a nonexistent variable. It doesn't seemterribly useful anyway, so just get rid of it.While I'm fooling with it, use %z modifier instead of the obsolete hack ofcasting size_t to unsigned long, and include the HashJoinTable's address ineach printout so that it's possible to distinguish the activities ofmultiple hashjoins occurring in one query.Noted while trying to use HJDEBUG to investigate bug #13908. Back-patchto 9.5, because code that doesn't compile is certainly not very helpful.1 parent392998b commitbe11f84
1 file changed
+13
-16
lines changedLines changed: 13 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
270 |
| - | |
271 |
| - | |
272 |
| - | |
273 |
| - | |
274 | 270 |
| |
275 | 271 |
| |
276 | 272 |
| |
| |||
311 | 307 |
| |
312 | 308 |
| |
313 | 309 |
| |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
314 | 315 |
| |
315 | 316 |
| |
316 | 317 |
| |
| |||
615 | 616 |
| |
616 | 617 |
| |
617 | 618 |
| |
618 |
| - | |
619 |
| - | |
| 619 | + | |
| 620 | + | |
620 | 621 |
| |
621 | 622 |
| |
622 | 623 |
| |
| |||
731 | 732 |
| |
732 | 733 |
| |
733 | 734 |
| |
734 |
| - | |
735 |
| - | |
| 735 | + | |
| 736 | + | |
736 | 737 |
| |
737 | 738 |
| |
738 | 739 |
| |
| |||
747 | 748 |
| |
748 | 749 |
| |
749 | 750 |
| |
750 |
| - | |
| 751 | + | |
| 752 | + | |
751 | 753 |
| |
752 | 754 |
| |
753 | 755 |
| |
| |||
767 | 769 |
| |
768 | 770 |
| |
769 | 771 |
| |
770 |
| - | |
771 |
| - | |
| 772 | + | |
| 773 | + | |
772 | 774 |
| |
773 | 775 |
| |
774 | 776 |
| |
| |||
814 | 816 |
| |
815 | 817 |
| |
816 | 818 |
| |
817 |
| - | |
818 |
| - | |
819 |
| - | |
820 |
| - | |
821 |
| - | |
822 | 819 |
| |
823 | 820 |
| |
824 | 821 |
| |
|
0 commit comments
Comments
(0)