Commit b89ab7e0 authored by Tom Lane's avatar Tom Lane

Remove useless (leftover?) extern declaration.

parent bb6bbc32
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* pg_freespacemap.c * pg_freespacemap.c
* display contents of a free space map * display contents of a free space map
* *
* $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 $
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#include "postgres.h" #include "postgres.h"
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
PG_MODULE_MAGIC; PG_MODULE_MAGIC;
Datum pg_freespace(PG_FUNCTION_ARGS); Datum pg_freespace(PG_FUNCTION_ARGS);
Datum pg_freespacedump(PG_FUNCTION_ARGS);
/* /*
* Returns the amount of free space on a given page, according to the * Returns the amount of free space on a given page, according to the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment