Re: turn fastgetattr and heap_getattr to inline functions

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: turn fastgetattr and heap_getattr to inline functions
Date: 2022-03-24 13:26:10
Message-ID: 202203241326.puromteoovaz@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2022-Mar-24, Michael Paquier wrote:

> Hmm. I think that you'd better add a return at the end of each
> function? Some compilers are dumb in detecting that all the code
> paths return (aka recent d0083c1) and could generate warnings, even if
> things are coded to return all the time, like in your patch.

Hmm, OK to do something about that. I added pg_unreachable(): looking
at LWLockAttemptLock(), it looks that that should be sufficient.

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

Attachment Content-Type Size
v2-0001-Change-fastgetattr-and-heap_getattr-to-inline-fun.patch text/x-diff 7.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2022-03-24 13:34:20 Re: Remove an unnecessary errmsg_plural in dependency.c
Previous Message Dagfinn Ilmari Mannsåker 2022-03-24 13:19:31 Re: multithreaded zstd backup compression for client and server