]> granicus.if.org Git - postgresql/commitdiff
pginterface cleanup
authorBruce Momjian <bruce@momjian.us>
Thu, 23 Apr 1998 17:25:29 +0000 (17:25 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 23 Apr 1998 17:25:29 +0000 (17:25 +0000)
contrib/pginterface/Makefile
contrib/pginterface/pginsert.c
contrib/pginterface/pgnulltest.c

index a13b336fb2f238c2f602b4d98fd656e15b657217..eea02e8f1229aed33f0df670fd24d15d3b3bc7f5 100644 (file)
@@ -4,7 +4,7 @@
 #
 PGINTERFACE = pginterface.o halt.o 
 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
 
 all : $(TARGET)
index 46e3c2743ba4f5fdaefa8fec38083a96d53e7471..ad0811c88a6e9cc45193bc5085b4076f6338641b 100644 (file)
@@ -4,6 +4,7 @@
 */
 
 #include <stdio.h>
+#include <time.h>
 #include <libpq-fe.h>
 #include "halt.h"
 #include "pginterface.h"
index 69a1d44e854b795aa0001b146edf6025d054338c..bb02fa628e1aece889e09c898dea8f770472dd4f 100644 (file)
@@ -6,6 +6,7 @@
 #define TEST_NON_NULLS
 
 #include <stdio.h>
+#include <time.h>
 #include <halt.h>
 #include <libpq-fe.h>
 #include <pginterface.h>