8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6bbc3 commit b89ab7eCopy full SHA for b89ab7e
contrib/pg_freespacemap/pg_freespacemap.c
@@ -3,7 +3,7 @@
3
* pg_freespacemap.c
4
* display contents of a free space map
5
*
6
- * $PostgreSQL: pgsql/contrib/pg_freespacemap/pg_freespacemap.c,v 1.12 2008/10/02 12:20:50 heikki Exp $
+ * $PostgreSQL: pgsql/contrib/pg_freespacemap/pg_freespacemap.c,v 1.13 2009/04/07 17:57:50 tgl Exp $
7
*-------------------------------------------------------------------------
8
*/
9
#include "postgres.h"
@@ -17,7 +17,6 @@
17
PG_MODULE_MAGIC;
18
19
Datum pg_freespace(PG_FUNCTION_ARGS);
20
-Datum pg_freespacedump(PG_FUNCTION_ARGS);
21
22
/*
23
* Returns the amount of free space on a given page, according to the
0 commit comments