forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaa5edbe

Amit Kapila
Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.
Commit861f86b used REGBUF_NO_CHANGE at one of the places in the hashindex to register the clean buffers but forgot to avoid setting LSN inthat case.Reported-by: Michael PaquierAuthor: Kuroda HayatoReviewed-by: Amit Kapila, Michael PaquierDiscussion:https://postgr.es/m/ZbyVVG_7eW3YD5-A@paquier.xyz1 parent22f7e61 commitaa5edbe
1 file changed
+16
-1
lines changedLines changed: 16 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
647 | 647 |
| |
648 | 648 |
| |
649 | 649 |
| |
| 650 | + | |
650 | 651 |
| |
651 | 652 |
| |
652 | 653 |
| |
| |||
671 | 672 |
| |
672 | 673 |
| |
673 | 674 |
| |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
674 | 679 |
| |
675 | 680 |
| |
676 | 681 |
| |
| |||
690 | 695 |
| |
691 | 696 |
| |
692 | 697 |
| |
| 698 | + | |
693 | 699 |
| |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
694 | 706 |
| |
695 | 707 |
| |
696 | 708 |
| |
| |||
719 | 731 |
| |
720 | 732 |
| |
721 | 733 |
| |
722 |
| - | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
723 | 738 |
| |
724 | 739 |
| |
725 | 740 |
| |
|
0 commit comments
Comments
(0)