Thanks to visit codestin.com Credit goes to github.com
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 abd310a commit cf5ec3dCopy full SHA for cf5ec3d
src/interfaces/ecpg/ecpglib/typename.c
@@ -1,4 +1,4 @@
1
-/* $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 $ */
2
3
#define POSTGRES_ECPG_INTERNAL
4
#include "postgres_fe.h"
@@ -56,7 +56,7 @@ ECPGtype_name(enum ECPGttype typ)
56
return "Timestamp";
57
case ECPGt_interval:
58
return "Interval";
59
- case ECPGt_char_const:
+ case ECPGt_const:
60
return "Const";
61
default:
62
abort();
0 commit comments