pgsql: doc: Slightly correct advice on C/C++ linkage

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Slightly correct advice on C/C++ linkage
Date: 2026-01-14 14:35:32
Message-ID: E1vg1y7-000RYx-2y@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Slightly correct advice on C/C++ linkage

The documentation was writing that <literal>extern C</literal> should
be used, but it should be <literal>extern "C"</literal>.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/794ba8b6a4c8ce409a37e84444c9519f7f1e5385

Modified Files
--------------
doc/src/sgml/xfunc.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2026-01-14 16:20:27 pgsql: lwlock: Improve local variable name
Previous Message Peter Eisentraut 2026-01-14 09:53:18 pgsql: Enable Python Limited API for PL/Python on MSVC