aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsgistidx.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2022-06-30 19:10:13 +0100
committerPeter Eisentraut <peter@eisentraut.org>2022-06-30 19:10:13 +0100
commit8cd61d288adfabe1b7f83359eb0abd27382eec08 (patch)
treeff481e866047be8aba143a55a8a6070bd35857b6 /src/backend/utils/adt/tsgistidx.c
parentd31d30973a190f69d414f7fc7b670771ac346a59 (diff)
downloadpostgresql-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 'src/backend/utils/adt/tsgistidx.c')
0 files changed, 0 insertions, 0 deletions