Workaround a stupid postgresql #define.
[GB.DB.POSTGRESQL] * BUG: Workaround a stupid postgresql #define.
This commit is contained in:
parent
95ea5cd72c
commit
e6b383cf65
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@
|
|||
#undef Min
|
||||
#endif
|
||||
|
||||
#ifdef pg_snprintf
|
||||
#undef pg_snprintf
|
||||
#endif
|
||||
|
||||
#include "gb.db.proto.h"
|
||||
#include "main.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue