1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Some bugfixes for numerical library.

This commit is contained in:
Michael Meskes
2003-03-18 10:46:39 +00:00
parent a6f00f3939
commit 6fad73ed45
8 changed files with 51 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
#include <pgtypes_numeric.h>
#ifndef dec_t
#define dec_t NumericVar
#endif /* dec_t */