Commit 5b63050
committed
Skip memcpy(x, x) in qunique().
It has undefined behavior. Follow the precedent of commit
9a9473f. No back-patch, since the
master branch alone has this function.
Discussion: https://postgr.es/m/20191229070221.GA13873@gust.leadboat.com1 parent fac1c04 commit 5b63050
1 file changed
+6
-4
lines changed| 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