Re: Avoid unecessary MemSet call (src/backend/utils/cache/relcache.c)

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: Justin Pryzby <pryzby(at)telsasoft(dot)com>, David Rowley <dgrowleyml(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Avoid unecessary MemSet call (src/backend/utils/cache/relcache.c)
Date: 2022-07-11 19:06:33
Message-ID: CAEudQApMOiCtTC6Bge_nB=vf9j3weRWLfvWAA1OLHz2tDL+n_Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em qui., 7 de jul. de 2022 às 14:01, Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
escreveu:

> Attached the v1 of your patch.
> I think that all is safe to switch MemSet by {0}.
>
Here the rebased patch v2, against latest head.

regards,
Ranier Vilela

Attachment Content-Type Size
v2-0001-WIP-Replace-MemSet-calls-with-struct-initialization.patch application/octet-stream 104.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2022-07-11 19:08:57 Re: making relfilenodes 56 bits
Previous Message Andres Freund 2022-07-11 18:57:36 Re: making relfilenodes 56 bits