aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/decimal.h
blob: c30a7c9ed3f4db05a98354f123041b054af2850b (plain)
1
2
3
4
5
6
7
8
9
10
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.16 2008/02/14 12:27:26 meskes Exp $ */

#ifndef _ECPG_DECIMAL_H
#define _ECPG_DECIMAL_H

#include <ecpg_informix.h>

typedef decimal dec_t;

#endif   /* ndef _ECPG_DECIMAL_H */