diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-11-21 21:16:06 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-11-21 21:16:06 +0000 |
| commit | a70e74b060ab2769523ad831f571cb80122121d3 (patch) | |
| tree | 95e04cfd344db47857c4aecc3308092d5df01f3d /src/backend/access/hash/hash.c | |
| parent | 040bb787bcf840e5a1fc49fccff185a8274bccae (diff) | |
| download | postgresql-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.c | 5 |
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 |
