Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c97e4bd

Browse files
committed
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
1 parent 81b9f23 commit c97e4bd

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

src/test/modules/test_rls_hooks/Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,7 @@ OBJS = \
66
test_rls_hooks.o
77
PGFILEDESC = "test_rls_hooks - example use of RLS hooks"
88

9-
EXTENSION = test_rls_hooks
10-
# DATA = test_rls_hooks--1.0.sql
11-
129
REGRESS = test_rls_hooks
13-
REGRESS_OPTS = --temp-config=$(top_srcdir)/src/test/modules/test_rls_hooks/rls_hooks.conf
14-
# Disabled because these tests require "shared_preload_libraries=test_rls_hooks",
15-
# which typical installcheck users do not have (e.g. buildfarm clients).
16-
NO_INSTALLCHECK = 1
1710

1811
ifdef USE_PGXS
1912
PG_CONFIG = pg_config

src/test/modules/test_rls_hooks/rls_hooks.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/test/modules/test_rls_hooks/test_rls_hooks.control

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)