Re: The PostgreSQL C Dialect

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Christophe Pettus <xof(at)thebuild(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: The PostgreSQL C Dialect
Date: 2026-06-23 20:48:56
Message-ID: CAHut+PscGqjmU7xihYWtMxxRdRQ+aLf7-D8-kU07_PeyEWVJag@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks. This is really helpful.

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.

======
Kind Regards,
Peter Smith.
Fujitsu Australia

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christophe Pettus 2026-06-23 20:54:27 Re: The PostgreSQL C Dialect
Previous Message Kirk Wolak 2026-06-23 20:46:20 Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions