pgsql: Add API and ABI stability guidance to the C language docs

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add API and ABI stability guidance to the C language docs
Date: 2024-07-31 09:18:15
Message-ID: E1sZ5TL-0020gU-3t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add API and ABI stability guidance to the C language docs

Includes guidance for major and minor version releases, and sets
reasonable expectations for extension developers to follow.

Author: David Wheeler, Peter Eisentraut

Discussion: https://www.postgresql.org/message-id/flat/5DA9F9D2-B8B2-43DE-BD4D-53A4160F6E8D%40justatheory.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e54a42ac9d49ef9cd660d1bf55f09c88bb841ee9

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

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-07-31 13:26:05 pgsql: Doc: mention executor memory usage for enable_partitionwise* GUC
Previous Message Peter Eisentraut 2024-07-31 06:04:33 pgsql: doc: Avoid too prominent use of "backup" on pg_dump man page