提交 e160fcd6 编写于 作者: T Thomas G. Lockhart

Use PostgreSQL's standard declaration for a 32-bit integer to define

 the cash data type.
上级 d980ddb5
......@@ -10,7 +10,7 @@
#define CASH_H
/* if we store this as 4 bytes, we better make it int, not long, bjm */
typedef signed int Cash;
typedef int32 Cash;
extern Datum cash_in(PG_FUNCTION_ARGS);
extern Datum cash_out(PG_FUNCTION_ARGS);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册