diff options
| author | Bruce Momjian | 1997-11-21 18:12:58 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-11-21 18:12:58 +0000 |
| commit | 3fa2bb316c92b2c332d18072799d585ab795f131 (patch) | |
| tree | b0c0d668c408c98e498bcd4eaa0c7d3d488e9b11 /src/include/commands | |
| parent | 0889dcd6f7e5ce4999082192884b65203009f6c9 (diff) | |
Remove archive stuff.
Diffstat (limited to 'src/include/commands')
| -rw-r--r-- | src/include/commands/creatinh.h | 3 | ||||
| -rw-r--r-- | src/include/commands/purge.h | 21 |
2 files changed, 1 insertions, 23 deletions
diff --git a/src/include/commands/creatinh.h b/src/include/commands/creatinh.h index 7d57290019d..5ba47f8a03a 100644 --- a/src/include/commands/creatinh.h +++ b/src/include/commands/creatinh.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: creatinh.h,v 1.4 1997/09/08 21:51:35 momjian Exp $ + * $Id: creatinh.h,v 1.5 1997/11/21 18:12:16 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -15,6 +15,5 @@ extern void DefineRelation(CreateStmt *stmt); extern void RemoveRelation(char *name); -extern char *MakeArchiveName(Oid relid); #endif /* CREATINH_H */ diff --git a/src/include/commands/purge.h b/src/include/commands/purge.h index aa63313c9e0..e69de29bb2d 100644 --- a/src/include/commands/purge.h +++ b/src/include/commands/purge.h @@ -1,21 +0,0 @@ -/*------------------------------------------------------------------------- - * - * purge.h-- - * - * - * - * Copyright (c) 1994, Regents of the University of California - * - * $Id: purge.h,v 1.4 1997/09/08 21:51:39 momjian Exp $ - * - *------------------------------------------------------------------------- - */ -#ifndef PURGE_H -#define PURGE_H - -extern int32 -RelationPurge(char *relationName, - char *absoluteTimeString, - char *relativeTimeString); - -#endif /* PURGE_H */ |
