pgsql: Clean test_rls_hooks module - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Clean test_rls_hooks module
Date
Msg-id E1nX6S9-0013wC-HY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Clean test_rls_hooks module

This module isn't an extension and doesn't need to be preloaded.
Adjust the Makefile and remove the extraneous .control and .conf
files accordingly.

Discussion: https://postgr.es/m/43bcaaab-077e-cebe-35be-3cd7f2633449@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c97e4bdcb142effc452d33b81f31e0b3ac990b71

Modified Files
--------------
src/test/modules/test_rls_hooks/Makefile               | 7 -------
src/test/modules/test_rls_hooks/rls_hooks.conf         | 1 -
src/test/modules/test_rls_hooks/test_rls_hooks.control | 4 ----
3 files changed, 12 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: ci: test headerscheck, cpluspluscheck as part of CompilerWarning
Next
From: Andres Freund
Date:
Subject: pgsql: configure: check for dlsym instead of dlopen.