pgcentralfoundation / pgrx

Build Postgres Extensions with Rust!
Other
3.42k stars 223 forks source link

culling PgExternArgument #1743

Open workingjubilee opened 1 week ago

workingjubilee commented 1 week ago

PgExternArgument will, with ArgAbi, be close to being entirely superfluous.

it might require the Defaulted, Named, etc. types I discussed and wanted to introduce.

mostly, PgExtern::input and PgExtern::input_types functions will be close to redundant.

interestingly, PgExternArgumentEntity may need to persist.