pgbouncer - pgbouncer: Solaris build fixes.

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: Solaris build fixes.
Date: 2010-09-23 20:18:46
Message-ID: 20100923201846.D5DE910715E8@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Solaris build fixes.

- slab: Include <sys/param.h> after system.h
- define _XPG4_2 and __EXTENSIONS__
- disable -Wextra if -Wno-missing-field-initializers cannot be given
- always use $(INSTALL)

Reported & Tested by Hubert Depesz Lubaczewski

Modified Files:
--------------
pgbouncer:
configure.ac (r1.64 -> r1.65)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac?r1=1.64&r2=1.65)
pgbouncer/doc:
Makefile (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/Makefile?r1=1.10&r2=1.11)
pgbouncer/include:
system.h (r1.21 -> r1.22)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/system.h?r1=1.21&r2=1.22)
pgbouncer/src:
slab.c (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/slab.c?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2010-09-23 20:26:56 pgbouncer - pgbouncer: Use AC_PROG_INSTALL & ./install-sh This should
Previous Message Robert Haas 2010-09-23 20:09:18 Re: Configuring synchronous replication