Re: define pg_structiszero(addr, s, r)

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: define pg_structiszero(addr, s, r)
Date: 2024-10-29 09:23:37
Message-ID: c9ade148-ff76-45c5-9760-1a45fbd42b00@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 29.10.24 08:54, Bertrand Drouvot wrote:
> +static inline bool
> +pg_mem_is_all_zeros(const char *p, size_t len)

This should be a void * pointer please.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrei Lepikhov 2024-10-29 09:24:18 Re: Alias of VALUES RTE in explain plan
Previous Message Yushi Ogiwara 2024-10-29 09:00:24 Re: Fix for consume_xids advancing XIDs incorrectly