diff options
author | Stephen Frost <sfrost@snowman.net> | 2015-05-15 10:41:53 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2015-05-15 10:41:53 -0400 |
commit | aff27e33797c5161a322a10b44a260d848b73154 (patch) | |
tree | 3224d73795864f027b304e7cbbc7b016c5bebeba | |
parent | 458a07701e2e464558238aeb6058b5179b133921 (diff) | |
download | postgresql-aff27e33797c5161a322a10b44a260d848b73154.tar.gz postgresql-aff27e33797c5161a322a10b44a260d848b73154.zip |
Remove useless pg_audit.conf
No need to have pg_audit.conf any longer since the regression tests are
just loading the module at the start of each session (to simulate being
in shared_preload_libraries, which isn't something we can actually make
happen on the buildfarm itself, it seems).
Pointed out by Tom
-rw-r--r-- | contrib/pg_audit/pg_audit.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/pg_audit/pg_audit.conf b/contrib/pg_audit/pg_audit.conf deleted file mode 100644 index e9f4a2204f6..00000000000 --- a/contrib/pg_audit/pg_audit.conf +++ /dev/null @@ -1 +0,0 @@ -shared_preload_libraries = pg_audit |