summaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hash.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-11-21 21:16:06 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-11-21 21:16:06 +0000
commita70e74b060ab2769523ad831f571cb80122121d3 (patch)
tree95e04cfd344db47857c4aecc3308092d5df01f3d /src/backend/access/hash/hash.c
parent040bb787bcf840e5a1fc49fccff185a8274bccae (diff)
downloadpostgresql-a70e74b060ab2769523ad831f571cb80122121d3.tar.gz
Put external declarations into header files.
Diffstat (limited to 'src/backend/access/hash/hash.c')
-rw-r--r--src/backend/access/hash/hash.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/access/hash/hash.c b/src/backend/access/hash/hash.c
index 333199a898..599696ba83 100644
--- a/src/backend/access/hash/hash.c
+++ b/src/backend/access/hash/hash.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.44 2000/11/08 22:09:54 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.45 2000/11/21 21:15:54 petere Exp $
*
* NOTES
* This file contains only the public interface routines.
@@ -29,9 +29,6 @@ bool BuildingHash = false;
#ifdef XLOG
#include "access/xlogutils.h"
-void hash_redo(XLogRecPtr lsn, XLogRecord *record);
-void hash_undo(XLogRecPtr lsn, XLogRecord *record);
-void hash_desc(char *buf, uint8 xl_info, char* rec);
#endif