mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.
- Added protecting defines to include files.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef _ECPG_DECIMAL_H
|
||||
#define _ECPG_DECIMAL_H
|
||||
|
||||
#include <pgtypes_numeric.h>
|
||||
|
||||
typedef decimal dec_t;
|
||||
@@ -16,3 +19,5 @@ int dectoasc(dec_t *, char *, int, int);
|
||||
int dectodbl(dec_t *, double *);
|
||||
int dectoint(dec_t *, int *);
|
||||
int dectolong(dec_t *, long *);
|
||||
|
||||
#endif /* ndef _ECPG_DECIMAL_H */
|
||||
|
Reference in New Issue
Block a user