Re: Convert *GetDatum() and DatumGet*() macros to inline functions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Convert *GetDatum() and DatumGet*() macros to inline functions
Date
Msg-id 8db0e063-938b-b0f8-12bb-75685c868e3d@enterprisedb.com
Whole thread Raw
In response to Re: Convert *GetDatum() and DatumGet*() macros to inline functions  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Responses Re: Convert *GetDatum() and DatumGet*() macros to inline functions
List 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.




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Extending outfuncs support to utility statements
Next
From: Bharath Rupireddy
Date:
Subject: Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?