summaryrefslogtreecommitdiff
path: root/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pg_freespacemap/uninstall_pg_freespacemap.sql')
-rw-r--r--contrib/pg_freespacemap/uninstall_pg_freespacemap.sql7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql b/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
deleted file mode 100644
index 168506708a..0000000000
--- a/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
+++ /dev/null
@@ -1,7 +0,0 @@
-/* contrib/pg_freespacemap/uninstall_pg_freespacemap.sql */
-
--- Adjust this setting to control where the objects get dropped.
-SET search_path = public;
-
-DROP FUNCTION pg_freespace(regclass, bigint);
-DROP FUNCTION pg_freespace(regclass);