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

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

  1. Add documentation about calling version-1 C functions from C.