forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5b63050
committed
Skip memcpy(x, x) in qunique().
It has undefined behavior. Follow the precedent of commit9a9473f. No back-patch, since themaster branch alone has this function.Discussion:https://postgr.es/m/20191229070221.GA13873@gust.leadboat.com1 parentfac1c04 commit5b63050
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
| |||
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
58 |
| - | |
59 |
| - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
60 | 62 |
| |
61 | 63 |
| |
62 | 64 |
| |
|
0 commit comments
Comments
(0)