提交 0ccf3c88 编写于 作者: B Bruce Momjian

Update pgeasy examples

上级 9bd604f3
......@@ -8,7 +8,7 @@
#include "libpq-fe.h"
#include "halt.h"
#include "libpgeasy.h"
#include <libpgeasy.h>
PGresult *attres,
*relres;
......
......@@ -7,7 +7,7 @@
#include <time.h>
#include <libpq-fe.h>
#include "../halt.h"
#include "libpgeasy.h"
#include <libpgeasy.h>
int
main(int argc, char **argv)
......
......@@ -9,7 +9,7 @@
#include <time.h>
#include <libpq-fe.h>
#include "../halt.h"
#include "libpgeasy.h"
#include <libpgeasy.h>
int
main(int argc, char **argv)
......
......@@ -6,7 +6,7 @@
#include <stdio.h>
#include <libpq-fe.h>
#include "../halt.h"
#include "libpgeasy.h"
#include <libpgeasy.h>
int
main(int argc, char **argv)
......
......@@ -77,7 +77,9 @@ disconnectdb()
PGresult *
doquery(char *query)
{
if (res != NULL && in_result_block == FALSE && was_get_unset_result == FALSE)
if (res != NULL &&
in_result_block == FALSE &&
was_get_unset_result == FALSE)
PQclear(res);
was_get_unset_result = FALSE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册