Sorry, missed a file.
authorMichael Meskes <meskes@postgresql.org>
Fri, 20 Jun 2003 12:01:46 +0000 (12:01 +0000)
committerMichael Meskes <meskes@postgresql.org>
Fri, 20 Jun 2003 12:01:46 +0000 (12:01 +0000)
src/interfaces/ecpg/ecpglib/typename.c

index e8ffec94df9e9731c76778ab317b4057b6345a01..f8eb793ba378d6ac924702968156a8e3279b0d78 100644 (file)
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/typename.c,v 1.6 2003/06/20 12:00:59 meskes Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/typename.c,v 1.7 2003/06/20 12:01:46 meskes Exp $ */
 
 #define POSTGRES_ECPG_INTERNAL
 #include "postgres_fe.h"
@@ -56,7 +56,7 @@ ECPGtype_name(enum ECPGttype typ)
            return "Timestamp";
        case ECPGt_interval:
            return "Interval";
-       case ECPGt_char_const:
+       case ECPGt_const:
            return "Const";
        default:
            abort();