pgsql: Clean test_rls_hooks module

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean test_rls_hooks module
Date: 2022-03-23 19:15:30
Message-ID: E1nX6S9-0013wC-HY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-03-23 19:45:27 pgsql: configure: check for dlsym instead of dlopen.
Previous Message Andres Freund 2022-03-23 18:35:49 pgsql: ci: test headerscheck, cpluspluscheck as part of CompilerWarning