Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb89ab7e

Browse files
committed
Remove useless (leftover?) extern declaration.
1 parentbb6bbc3 commitb89ab7e

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:50heikki Exp $
6+
* $PostgreSQL: pgsql/contrib/pg_freespacemap/pg_freespacemap.c,v 1.13 2009/04/07 17:57:50tgl Exp $
77
*-------------------------------------------------------------------------
88
*/
99
#include"postgres.h"
@@ -17,7 +17,6 @@
1717
PG_MODULE_MAGIC;
1818

1919
Datumpg_freespace(PG_FUNCTION_ARGS);
20-
Datumpg_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)

[8]ページ先頭

©2009-2025 Movatter.jp