| From: | Ranier Vilela <ranier(dot)vf(at)gmail(dot)com> |
|---|---|
| To: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
| Cc: | David Rowley <dgrowleyml(at)gmail(dot)com>, Justin Pryzby <pryzby(at)telsasoft(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-01 15:58:14 |
| Message-ID: | CAEudQApgLjg6Ay0MZD8WGJ1gwon0FXqcLyC6CCfW2WLr3N+u3g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Em qui., 30 de jun. de 2022 às 19:37, Peter Eisentraut <
peter(dot)eisentraut(at)enterprisedb(dot)com> escreveu:
> I have also committed a patch that gets rid of MemSet() calls where the
> value is a constant not-0, because that just falls back to memset() anyway.
>
Peter there are some missing paths in this commit.
Despite having included the attached patch, there is no need to credit me
as the author, just as a report.
regards,
Ranier Vilela
| Attachment | Content-Type | Size |
|---|---|---|
| 001-avoid-unecessary-MemSet-calls.patch | application/octet-stream | 2.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2022-07-01 16:41:38 | Re: First draft of the PG 15 release notes |
| Previous Message | Alvaro Herrera | 2022-07-01 15:41:05 | EINTR in ftruncate() |