mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Userspace access vector cache for contrib/sepgsql.
KaiGai Kohei
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# contrib/sepgsql/Makefile
|
||||
|
||||
MODULE_big = sepgsql
|
||||
OBJS = hooks.o selinux.o label.o dml.o \
|
||||
OBJS = hooks.o selinux.o uavc.o label.o dml.o \
|
||||
schema.o relation.o proc.o
|
||||
DATA_built = sepgsql.sql
|
||||
|
||||
|
||||
Reference in New Issue
Block a user