pgzx
pgzx copied to clipboard
add FunctionCallInfo, SortSupport, StringInfo
Add a few PG C data types. This should be all that is needed to create a custom type extension.
I would like to add a uint example extension at a later date to copy the functionality found in https://github.com/petere/pguint to show how these functions can be used.