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:
5
src/interfaces/ecpg/include/decimal.h
Normal file
5
src/interfaces/ecpg/include/decimal.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <pgtypes_numeric.h>
|
||||
|
||||
#ifndef dec_t
|
||||
#define dec_t NumericVar
|
||||
#endif /* dec_t */
|
Reference in New Issue
Block a user