Re: Convert *GetDatum() and DatumGet*() macros to inline functions

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Julien Rouhaud <rjuju123(at)gmail(dot)com>
Cc: Aleksander Alekseev <aleksander(at)timescale(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Convert *GetDatum() and DatumGet*() macros to inline functions
Date: 2022-09-26 14:55:22
Message-ID: 8db0e063-938b-b0f8-12bb-75685c868e3d@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12.09.22 19:59, Peter Eisentraut wrote:
> On 12.09.22 19:03, Julien Rouhaud wrote:
>> On Mon, Sep 12, 2022 at 05:59:09PM +0200, Peter Eisentraut wrote:
>>>
>>> committed, thanks
>>
>> FTR lapwing is complaining about this commit:
>> https://brekka.postgresql.org/cgi-bin/show_log.pl?nm=lapwing&dt=2022-09-12%2016%3A40%3A18.
>>
>> Snapper is also failing with similar problems:
>> https://brekka.postgresql.org/cgi-bin/show_log.pl?nm=snapper&dt=2022-09-12%2016%3A42%3A10
>
> Ok, it has problems with 32-bit platforms.  I can reproduce it locally.
> I'll need to take another look at this.  I have reverted the patch for now.

I have tried to analyze these issues, but I'm quite stuck. If anyone
else has any ideas, it would be helpful.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2022-09-26 15:03:53 Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?
Previous Message Peter Eisentraut 2022-09-26 14:46:49 Re: Extending outfuncs support to utility statements