aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgresql-citus/postgresql-citus.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/postgresql-citus/postgresql-citus.post-install')
-rw-r--r--testing/postgresql-citus/postgresql-citus.post-install10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/postgresql-citus/postgresql-citus.post-install b/testing/postgresql-citus/postgresql-citus.post-install
deleted file mode 100644
index efc77d8157c..00000000000
--- a/testing/postgresql-citus/postgresql-citus.post-install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-cat <<EOF
-*
-* Add the following line to postgresql.conf and restart PostgreSQL:
-* shared_preload_libraries = 'citus'
-*
-EOF
-
-exit 0