diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2022-06-30 19:10:13 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2022-06-30 19:10:13 +0100 |
commit | 8cd61d288adfabe1b7f83359eb0abd27382eec08 (patch) | |
tree | ff481e866047be8aba143a55a8a6070bd35857b6 /contrib/ltree/_ltree_gist.c | |
parent | d31d30973a190f69d414f7fc7b670771ac346a59 (diff) | |
download | postgresql-8cd61d288adfabe1b7f83359eb0abd27382eec08.tar.gz postgresql-8cd61d288adfabe1b7f83359eb0abd27382eec08.zip |
Avoid unnecessary MemSet call
The variable in question was changed from a struct to a pointer some
time ago (77947c51c08). 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
Diffstat (limited to 'contrib/ltree/_ltree_gist.c')
0 files changed, 0 insertions, 0 deletions