1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-23 03:21:12 +03:00
Files
postgres/src
Peter Eisentraut 8cd61d288a Avoid unnecessary MemSet call
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
2022-06-30 19:10:13 +01:00
..
2022-06-30 19:10:13 +01:00
2022-06-30 11:03:03 -04:00
2022-06-27 08:19:02 +02:00
2022-03-25 08:56:02 +01:00
2022-03-25 08:56:02 +01:00
2022-06-30 11:03:03 -04:00
2022-06-30 11:26:40 -04:00
2022-01-07 19:04:57 -05:00