Commit cf5ec3d1 authored by Michael Meskes's avatar Michael Meskes

Sorry, missed a file.

parent abd310a3
/* $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 #define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h" #include "postgres_fe.h"
...@@ -56,7 +56,7 @@ ECPGtype_name(enum ECPGttype typ) ...@@ -56,7 +56,7 @@ ECPGtype_name(enum ECPGttype typ)
return "Timestamp"; return "Timestamp";
case ECPGt_interval: case ECPGt_interval:
return "Interval"; return "Interval";
case ECPGt_char_const: case ECPGt_const:
return "Const"; return "Const";
default: default:
abort(); abort();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment