pgfiledump - pg_filedump: Update for Postgres 9.1; add knowledge of some - Mailing list pgsql-committers

From tgl@pgfoundry.org (User Tgl)
Subject pgfiledump - pg_filedump: Update for Postgres 9.1; add knowledge of some
Date
Msg-id 20111126221408.BAC7218D322F@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Use the preferred version of xsubpp, not necessarily the one tha
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Ensure plperl strings are always correctly UTF8 encoded.