pgsql: Replace more MemSet calls with struct initialization

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Replace more MemSet calls with struct initialization
Дата
Msg-id E1qiX8a-004jkp-47@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Replace more MemSet calls with struct initialization

This fixes up 10ea0f924a2 to use the style introduced by 9fd45870c1.

Author: Richard Guo <guofenglinux@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAMbWs490gJf5A=ydqyjh+Z8mVQa_foTGtcmBtHGLra0aOwLWHQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c5b0582841a5785aaf20fa77b507f7041e119d68

Modified Files
--------------
src/backend/utils/adt/pgstatfuncs.c | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix GiST README's explanation of the NSN cross-check.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix psql tab-completion for identifiers containing dollars.