pgsql: Replace more MemSet calls with struct initialization

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Replace more MemSet calls with struct initialization
Date: 2023-09-19 09:35:20
Message-ID: E1qiX8a-004jkp-47@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Replace more MemSet calls with struct initialization

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

Author: Richard Guo <guofenglinux(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAMbWs490gJf5A=ydqyjh+Z8mVQa_foTGtcmBtHGLra0aOwLWHQ(at)mail(dot)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2023-09-19 16:30:04 pgsql: Fix psql tab-completion for identifiers containing dollars.
Previous Message Heikki Linnakangas 2023-09-19 08:57:49 pgsql: Fix GiST README's explanation of the NSN cross-check.