mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 19:30:25 -05:00
Sorry, missed a file.
This commit is contained in:
parent
abd310a3b1
commit
cf5ec3d12b
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue