Re: The PostgreSQL C Dialect - Mailing list pgsql-hackers

From Christophe Pettus
Subject Re: The PostgreSQL C Dialect
Date
Msg-id 3C24B50F-9BFF-4EDD-A817-14620D09842D@thebuild.com
Whole thread
In response to Re: The PostgreSQL C Dialect  (Peter Smith <smithpb2250@gmail.com>)
List pgsql-hackers

> On Jun 23, 2026, at 13:48, Peter Smith <smithpb2250@gmail.com> wrote:
> I saw it says "Everything here is written against the PostgreSQL 18
> source tree.", but my understanding is that since PostgreSQL 19, the
> preferred approach is to use the macros palloc0_object(),
> palloc0_array(), and related macros instead of palloc directly.

It's "version 18 bleeding into 19," so 19-specific stuff is welcome.  Thanks for the note!


pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: The PostgreSQL C Dialect
Next
From: Daniel Gustafsson
Date:
Subject: Re: Little checksum worker cleanups