turn fastgetattr and heap_getattr to inline functions

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: turn fastgetattr and heap_getattr to inline functions
Date: 2022-03-24 10:21:07
Message-ID: 202203241021.uts52sczx3al@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This patch should silence some recent Coverity (false positive)
complaints about assertions contained in these macros.

Portability testing at:
https://cirrus-ci.com/github/alvherre/postgres/macros-to-inlinefuncs

Intend to push later today, unless something ugly happens.

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/

Attachment Content-Type Size
0001-Change-fastgetattr-and-heap_getattr-to-inline-functi.patch text/x-diff 7.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2022-03-24 10:32:00 Re: Parameter for planner estimate of recursive queries
Previous Message Pavel Stehule 2022-03-24 10:21:04 Re: proposal - psql - use pager for \watch command