Skip to content
Snippets Groups Projects
Commit 491b7601 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

pginterface cleanup

parent 04bd2610
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
PGINTERFACE = pginterface.o halt.o PGINTERFACE = pginterface.o halt.o
TARGET = pginsert pgwordcount pgnulltest TARGET = pginsert pgwordcount pgnulltest
CFLAGS = -g -fpic -Wall -I. -I../../src/interfaces/libpq -I/usr/local/pgsql/include CFLAGS = -g -Wall -I. -I../../src/interfaces/libpq -I/usr/local/pgsql/include
LDFLAGS = -L/usr/local/pgsql/lib -lpq LDFLAGS = -L/usr/local/pgsql/lib -lpq
all : $(TARGET) all : $(TARGET)
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <time.h>
#include <libpq-fe.h> #include <libpq-fe.h>
#include "halt.h" #include "halt.h"
#include "pginterface.h" #include "pginterface.h"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#define TEST_NON_NULLS #define TEST_NON_NULLS
#include <stdio.h> #include <stdio.h>
#include <time.h>
#include <halt.h> #include <halt.h>
#include <libpq-fe.h> #include <libpq-fe.h>
#include <pginterface.h> #include <pginterface.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment