summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/common.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-11-21 19:02:59 +0000
committerBruce Momjian <bruce@momjian.us>1997-11-21 19:02:59 +0000
commit043cebce2b3df39b3939a55778b66f240159ec5d (patch)
treeb9432d88a4edfda796eb6378cce5c2850774cd1a /src/bin/pg_dump/common.c
parent629e27284d78fd2d77f63563c2aa298e930dd0fd (diff)
downloadpostgresql-043cebce2b3df39b3939a55778b66f240159ec5d.tar.gz
More archive cleanup.
Diffstat (limited to 'src/bin/pg_dump/common.c')
-rw-r--r--src/bin/pg_dump/common.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/bin/pg_dump/common.c b/src/bin/pg_dump/common.c
index 5f4dc96a8e..e4a17d3654 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