1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

*** empty log message ***

This commit is contained in:
Michael Meskes
2008-02-14 12:22:36 +00:00
parent 0fa15b9ed3
commit 78772dc018
6 changed files with 20 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.14 2006/03/11 04:38:39 momjian Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.15 2008/02/14 12:22:36 meskes Exp $ */
#ifndef _ECPG_DECIMAL_H
#define _ECPG_DECIMAL_H
#include <ecpg_informix.h>
typedef decimal dec_t;
/* typedef decimal dec_t; */
#endif /* ndef _ECPG_DECIMAL_H */