Re: The PostgreSQL C Dialect

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: The PostgreSQL C Dialect
Date: 2026-06-23 06:15:33
Message-ID: 020601B8-D42A-4B6A-AAB5-6D3784E66661@thebuild.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Jun 22, 2026, at 20:53, Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com> wrote:
> One comment about "The frontend/backend split and portability", what about adding
> that (see 49bff412)
>
> "
> Headers never include postgres.h, postgres_fe.h, or c.h themselves.
> "
>
> say, before the "The FRONTEND macro" bullet?

Good catch! Added.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2026-06-23 06:15:57 Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Previous Message Fujii Masao 2026-06-23 05:55:57 Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f').