pgfiledump - pg_filedump: Update for Postgres 9.1; add knowledge of some

From: tgl(at)pgfoundry(dot)org (User Tgl)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgfiledump - pg_filedump: Update for Postgres 9.1; add knowledge of some
Date: 2011-11-26 22:14:08
Message-ID: 20111126221408.BAC7218D322F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update for Postgres 9.1; add knowledge of some more flag bits;
improve Makefile to be able to build a release tarball.

Modified Files:
--------------
pg_filedump:
Makefile (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfiledump/pg_filedump/Makefile?r1=1.2&r2=1.3)
pg_filedump.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfiledump/pg_filedump/pg_filedump.c?r1=1.3&r2=1.4)
pg_filedump.h (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfiledump/pg_filedump/pg_filedump.h?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-11-26 23:07:56 Re: pgsql: Ensure plperl strings are always correctly UTF8 encoded.
Previous Message Andrew Dunstan 2011-11-26 20:25:22 pgsql: Use the preferred version of xsubpp, not necessarily the one tha