forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commited6329c
committed
Avoid memcpy() with same source and destination in pgstat_recv_replslot.
Same type of issue as in commit53d4f5f and earlier fixes; alsofound by apparently-more-picky-than-the-buildfarm valgrind testing.This one is an oversight in commit9868167. Since that's new inHEAD, no need for a back-patch.1 parent11072e8 commited6329c
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6916 | 6916 |
| |
6917 | 6917 |
| |
6918 | 6918 |
| |
6919 |
| - | |
| 6919 | + | |
6920 | 6920 |
| |
6921 | 6921 |
| |
6922 | 6922 |
| |
6923 | 6923 |
| |
6924 |
| - | |
6925 |
| - | |
| 6924 | + | |
| 6925 | + | |
| 6926 | + | |
6926 | 6927 |
| |
6927 |
| - | |
6928 | 6928 |
| |
6929 | 6929 |
| |
6930 | 6930 |
| |
|
0 commit comments
Comments
(0)