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

Neil Conway
Minor perf tweak for _SPI_strdup(): if we're going to call strlen()
anyway, it is faster to memcpy() than to strcpy().1 parent208d0a2 commit25b7583
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
1821 | 1821 |
| |
1822 | 1822 |
| |
1823 | 1823 |
| |
1824 |
| - | |
| 1824 | + | |
| 1825 | + | |
1825 | 1826 |
| |
1826 |
| - | |
| 1827 | + | |
1827 | 1828 |
| |
1828 | 1829 |
| |
1829 | 1830 |
| |
|
0 commit comments
Comments
(0)