pgbouncer - pgbouncer: move include files to separate dir

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: move include files to separate dir
Date: 2007-11-01 19:52:20
Message-ID: 20071101195220.7D5B32176CC@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
move include files to separate dir

Modified Files:
--------------
pgbouncer:
Makefile (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.16&r2=1.17)
config.mak.in (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/config.mak.in.diff?r1=1.4&r2=1.5)
configure.ac (r1.22 -> r1.23)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac.diff?r1=1.22&r2=1.23)

Added Files:
-----------
pgbouncer/include:
aatree.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/aatree.h?rev=1.1&content-type=text/x-cvsweb-markup)
admin.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/admin.h?rev=1.1&content-type=text/x-cvsweb-markup)
bouncer.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/bouncer.h?rev=1.1&content-type=text/x-cvsweb-markup)
client.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/client.h?rev=1.1&content-type=text/x-cvsweb-markup)
hash.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/hash.h?rev=1.1&content-type=text/x-cvsweb-markup)
janitor.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/janitor.h?rev=1.1&content-type=text/x-cvsweb-markup)
list.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/list.h?rev=1.1&content-type=text/x-cvsweb-markup)
loader.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/loader.h?rev=1.1&content-type=text/x-cvsweb-markup)
mbuf.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/mbuf.h?rev=1.1&content-type=text/x-cvsweb-markup)
md5.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/md5.h?rev=1.1&content-type=text/x-cvsweb-markup)
objects.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/objects.h?rev=1.1&content-type=text/x-cvsweb-markup)
pktbuf.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/pktbuf.h?rev=1.1&content-type=text/x-cvsweb-markup)
pooler.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/pooler.h?rev=1.1&content-type=text/x-cvsweb-markup)
proto.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/proto.h?rev=1.1&content-type=text/x-cvsweb-markup)
sbuf.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/sbuf.h?rev=1.1&content-type=text/x-cvsweb-markup)
server.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/server.h?rev=1.1&content-type=text/x-cvsweb-markup)
slab.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/slab.h?rev=1.1&content-type=text/x-cvsweb-markup)
stats.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/stats.h?rev=1.1&content-type=text/x-cvsweb-markup)
system.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/system.h?rev=1.1&content-type=text/x-cvsweb-markup)
takeover.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/takeover.h?rev=1.1&content-type=text/x-cvsweb-markup)
util.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/util.h?rev=1.1&content-type=text/x-cvsweb-markup)
varcache.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/varcache.h?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
pgbouncer/src:
aatree.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/aatree.h)
admin.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/admin.h)
bouncer.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/bouncer.h)
client.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/client.h)
hash.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/hash.h)
janitor.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/janitor.h)
list.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/list.h)
loader.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/loader.h)
mbuf.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/mbuf.h)
md5.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/md5.h)
objects.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/objects.h)
pktbuf.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/pktbuf.h)
pooler.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/pooler.h)
proto.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/proto.h)
sbuf.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/sbuf.h)
server.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/server.h)
slab.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/slab.h)
stats.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/stats.h)
system.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/system.h)
takeover.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/takeover.h)
util.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.h)
varcache.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/varcache.h)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-11-01 20:27:33 pgsql: Some corrections/improvements to new acronym list.
Previous Message User Mkz 2007-11-01 19:49:38 pgbouncer - pgbouncer: New Directory