a7567bb435
private email. Major changes from 2.5.1: - Allow SERIAL data type replication by issuing table locks automatically. - New directives: child_max_connections and ignore_leading_white_space. - Bug fixes and minor improvements.
13 lines
480 B
Text
13 lines
480 B
Text
$NetBSD: patch-aa,v 1.2 2006/01/15 17:09:51 minskim Exp $
|
|
|
|
--- Makefile.in.orig 2006-01-02 16:33:53.000000000 -0800
|
|
+++ Makefile.in
|
|
@@ -177,7 +177,7 @@ pgpool_SOURCES = pool.h version.h pgpool
|
|
pool_process_query.c pool_stream.c pool_connection_pool.c pool_params.c \
|
|
pool_signal.h pool_signal.c
|
|
|
|
-sysconf_DATA = pgpool.conf.sample
|
|
+sysconf_DATA =
|
|
AM_CPPFLAGS = -Wall -Wmissing-prototypes -Wmissing-declarations -D_GNU_SOURCE
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|