diff options
Diffstat (limited to 'src/bin/pg_dump/common.c')
-rw-r--r-- | src/bin/pg_dump/common.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/bin/pg_dump/common.c b/src/bin/pg_dump/common.c index 5f4dc96a8e2..e4a17d3654c 100644 --- a/src/bin/pg_dump/common.c +++ b/src/bin/pg_dump/common.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.18 1997/10/30 16:47:57 thomas Exp $ + * $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.19 1997/11/21 19:02:50 momjian Exp $ * * Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2 * @@ -470,17 +470,6 @@ findFuncByName(FuncInfo *finfo, int numFuncs, const char *name) } /* - * isArchiveName - * - * returns true if the relation name is an archive name, false otherwise - */ -int -isArchiveName(const char *relname) -{ - return (strlen(relname) > 1 && relname[1] == ','); -} - -/* * fmtId * * checks input string for non-lowercase characters |