Closed GuChad369 closed 4 months ago
LGTM.
So, I think you can get started on porting the test suite over the core repository, and getting the extension installed as part of that...
So, I think you can get started on porting the test suite over the core repository, and getting the extension installed as part of that...
Sorry for the confusion, but could you please clarify your instructions? Do you mean that we need to integrate the test suite into the pgmoneta project?
If so, does this mean I should submit a pull request to the pgmoneta repository to include the test suite as part of the project?
Yes, just copy it over, and create extension.h|.c
that will call the extension functions
Merged.
Thanks for your contribution !
Add a new function
pgmoneta_ext_check_privilege
to check the role's privilege and return the bit mask.PRIV_DEFAULT
0001PRIV_PG_CHECKPOINT
0011PRIV_SUPERUSER
1111