1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Rewrite pg_freespacemap to match the new FSM implementation. I missed these

changes from the main FSM commit for some reason.
This commit is contained in:
Heikki Linnakangas
2008-09-30 11:17:07 +00:00
parent 4e6ac2e19b
commit d3de08a008
4 changed files with 25 additions and 369 deletions

View File

@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/pg_freespacemap/pg_freespacemap.sql.in,v 1.9 2008/09/30 10:52:09 heikki Exp $ */
/* $PostgreSQL: pgsql/contrib/pg_freespacemap/pg_freespacemap.sql.in,v 1.10 2008/09/30 11:17:07 heikki Exp $ */
-- Adjust this setting to control where the objects get created.
SET search_path = public;