We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bd261 commit 491b760Copy full SHA for 491b760
contrib/pginterface/Makefile
@@ -4,7 +4,7 @@
4
#
5
PGINTERFACE = pginterface.o halt.o
6
TARGET = pginsert pgwordcount pgnulltest
7
-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
8
LDFLAGS = -L/usr/local/pgsql/lib -lpq
9
10
all : $(TARGET)
contrib/pginterface/pginsert.c
@@ -4,6 +4,7 @@
*/
#include <stdio.h>
+#include <time.h>
#include <libpq-fe.h>
#include "halt.h"
#include "pginterface.h"
contrib/pginterface/pgnulltest.c
@@ -6,6 +6,7 @@
#define TEST_NON_NULLS
#include <halt.h>
11
12
#include <pginterface.h>
0 commit comments