aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/decimal.h
blob: 9944f052e33cbcd6fefea8a8449e2c5ae2bf8394 (plain)
1
2
3
4
5
6
7
8
9
10
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.14 2006/03/11 04:38:39 momjian Exp $ */

#ifndef _ECPG_DECIMAL_H
#define _ECPG_DECIMAL_H

#include <ecpg_informix.h>

typedef decimal dec_t;

#endif   /* ndef _ECPG_DECIMAL_H */