Skip to content
Snippets Groups Projects
Commit b89ab7e0 authored by Tom Lane's avatar Tom Lane
Browse files

Remove useless (leftover?) extern declaration.

parent bb6bbc32
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
* pg_freespacemap.c
* 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"
......@@ -17,7 +17,6 @@
PG_MODULE_MAGIC;
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment