aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pg_cron/pg_cron.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pg_cron/pg_cron.post-install')
-rw-r--r--testing/pg_cron/pg_cron.post-install10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/pg_cron/pg_cron.post-install b/testing/pg_cron/pg_cron.post-install
deleted file mode 100644
index b8e13ba49ff..00000000000
--- a/testing/pg_cron/pg_cron.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 = 'pg_cron'
-*
-EOF
-
-exit 0