mirror of https://github.com/postgres/postgres
The variable in question was changed from a struct to a pointer some
time ago (77947c51c0
). 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.com
pull/89/head
parent
d31d30973a
commit
8cd61d288a
Loading…
Reference in new issue