Re: [PATCH] Add some documentation on how to call internal functions
Florents Tselai <florents.tselai@gmail.com>
From: Florents Tselai <florents.tselai@gmail.com>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-10-09T18:53:25Z
Lists: pgsql-hackers
Attachments
- v2-0001-Add-some-documentation-on-how-to-call-internal-fu.patch (application/octet-stream) patch v2-0001
- v2-0002-Add-note-on-NULL.-Update-example-to-use-text.patch (application/octet-stream) patch v2-0002
Here's a v2 - note on NULL args/returns - ref PointerGetDatum - used your example. Started adding some comments but don't think they're really necessary. The reader gets the point as-is I think.
Commits
-
Add documentation about calling version-1 C functions from C.
- 86e4efc52b66 18.0 landed