From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add documentation about calling version-1 C functions from C. |
Date: | 2025-01-17 19:37:43 |
Message-ID: | E1tYsA3-0027Le-Ko@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add documentation about calling version-1 C functions from C.
This topic wasn't really covered before, so fill in some details.
Author: Florents Tselai <florents(dot)tselai(at)gmail(dot)com>
Reviewed-by: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/90853055-5BBD-493D-91E5-721677C7C59B@gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/86e4efc52b664b60f9494e062bbf0454cabcb61f
Modified Files
--------------
doc/src/sgml/xfunc.sgml | 73 +++++++++++++++++++++++++++++++++++++++++++++++
src/tutorial/funcs.c | 20 +++++++++++++
src/tutorial/funcs.source | 24 ++++++++++++----
3 files changed, 112 insertions(+), 5 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Bossart | 2025-01-17 21:24:12 | pgsql: vacuumdb: Fix comment for vacuum_one_database(). |
Previous Message | Dean Rasheed | 2025-01-17 10:38:59 | pgsql: Fix parsing of qualified relation names in RETURNING. |