Re: The PostgreSQL C Dialect

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Peter Smith <smithpb2250(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: The PostgreSQL C Dialect
Date: 2026-06-23 20:54:27
Message-ID: 3C24B50F-9BFF-4EDD-A817-14620D09842D@thebuild.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Jun 23, 2026, at 13:48, Peter Smith <smithpb2250(at)gmail(dot)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!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2026-06-23 21:05:09 Re: Little checksum worker cleanups
Previous Message Peter Smith 2026-06-23 20:48:56 Re: The PostgreSQL C Dialect