Commit 8cd61d2
committed
Avoid unnecessary MemSet call
The variable in question was changed from a struct to a pointer some
time ago (77947c5). Using MemSet to zero it still works but is
obviously unidiomatic and confusing, so change it to a straight
assignment.
Author: Ranier Vilela <ranier.vf@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CAEudQApCeq4JjW1BdnwU=m=-DvG5WyUik0Yfn3p6UNphiHjj+w@mail.gmail.com1 parent d31d309 commit 8cd61d2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6258 | 6258 | | |
6259 | 6259 | | |
6260 | 6260 | | |
6261 | | - | |
| 6261 | + | |
6262 | 6262 | | |
6263 | 6263 | | |
6264 | 6264 | | |
| |||
0 commit comments