forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit57dca6f
committed
Fix explicit valgrind interaction in read_stream.c.
This is a back-patch of commits2a8a006 and2509b85 intoREL_17_STABLE. It's doesn't fix any known live bug in PostgreSQL v17itself, but an extension could in theory have used the per-buffer datafeature and seen spurious errors under Valgrind.Discussion:https://postgr.es/m/CA%2BhUKG%2Bg6aXpi2FEHqeLOzE%2BxYw%3DOV%2B-N5jhOEnnV%2BF0USM9xA%40mail.gmail.com1 parent29cce27 commit57dca6f
1 file changed
+32
-6
lines changedLines changed: 32 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
179 | 189 |
| |
180 | 190 |
| |
181 | 191 |
| |
| 192 | + | |
182 | 193 |
| |
183 | 194 |
| |
184 | 195 |
| |
| |||
687 | 698 |
| |
688 | 699 |
| |
689 | 700 |
| |
690 |
| - | |
| 701 | + | |
691 | 702 |
| |
| 703 | + | |
| 704 | + | |
| 705 | + | |
692 | 706 |
| |
693 | 707 |
| |
694 | 708 |
| |
| |||
697 | 711 |
| |
698 | 712 |
| |
699 | 713 |
| |
700 |
| - | |
701 |
| - | |
702 |
| - | |
703 |
| - | |
704 |
| - | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
705 | 731 |
| |
706 | 732 |
| |
707 | 733 |
| |
|
0 commit comments
Comments
(0)