We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a72241 commit 53916caCopy full SHA for 53916ca
src/backend/catalog/heap.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.61 1998/08/26 17:12:08 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.62 1998/08/29 04:19:08 momjian Exp $
11
12
* INTERFACE ROUTINES
13
* heap_create() - Create an uncataloged heap relation
@@ -775,7 +775,7 @@ heap_create_with_catalog(char *relname,
775
if (RelationAlreadyExists(pg_class_desc, relname))
776
{
777
heap_close(pg_class_desc);
778
- elog(ERROR, "amcreate: %s relation already exists", relname);
+ elog(ERROR, "%s relation already exists", relname);
779
}
780
781
/* ----------------
0 commit comments