Fix PostgreSQL driver.

This commit is contained in:
Alexey Kopytov
2016-03-23 00:09:26 +03:00
parent 48bb807231
commit 24c7426e68

View File

@ -31,6 +31,7 @@
#include "sb_options.h"
#include "db_driver.h"
#include "sb_rnd.h"
/* Maximum length of text representation of bind parameters */
#define MAX_PARAM_LENGTH 256