projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abd310a
)
Sorry, missed a file.
author
Michael Meskes
Fri, 20 Jun 2003 12:01:46 +0000
(12:01 +0000)
committer
Michael Meskes
Fri, 20 Jun 2003 12:01:46 +0000
(12:01 +0000)
src/interfaces/ecpg/ecpglib/typename.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/ecpglib/typename.c
b/src/interfaces/ecpg/ecpglib/typename.c
index e8ffec94df9e9731c76778ab317b4057b6345a01..f8eb793ba378d6ac924702968156a8e3279b0d78 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/typename.c
+++ b/
src/interfaces/ecpg/ecpglib/typename.c
@@
-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_c
har_c
onst:
+ case ECPGt_const:
return "Const";
default:
abort();