Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b89ab7e

Browse files
committed
Remove useless (leftover?) extern declaration.
1 parent bb6bbc3 commit b89ab7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/pg_freespacemap/pg_freespacemap.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_freespacemap.c
44
* display contents of a free space map
55
*
6-
* $PostgreSQL: pgsql/contrib/pg_freespacemap/pg_freespacemap.c,v 1.12 2008/10/02 12:20:50 heikki Exp $
6+
* $PostgreSQL: pgsql/contrib/pg_freespacemap/pg_freespacemap.c,v 1.13 2009/04/07 17:57:50 tgl Exp $
77
*-------------------------------------------------------------------------
88
*/
99
#include "postgres.h"
@@ -17,7 +17,6 @@
1717
PG_MODULE_MAGIC;
1818

1919
Datum pg_freespace(PG_FUNCTION_ARGS);
20-
Datum pg_freespacedump(PG_FUNCTION_ARGS);
2120

2221
/*
2322
* Returns the amount of free space on a given page, according to the

0 commit comments

Comments
 (0)