drogon/cmake/tests/test_libpq_batch_mode.cc

10 lines
153 B
C++
Raw Normal View History

2019-08-01 05:01:54 +00:00
#include <libpq-fe.h>
int main()
{
PQenterPipelineMode(NULL);
PQexitPipelineMode(NULL);
PQpipelineSync(NULL);
PQpipelineStatus(NULL);
2019-08-01 05:01:54 +00:00
}