reorg - pg_reorg: Fix compile errors on Linux. - Mailing list pgsql-committers

From itagaki@pgfoundry.org (User Itagaki)
Subject reorg - pg_reorg: Fix compile errors on Linux.
Date
Msg-id 20090423063730.A591617ADF08@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix compile errors on Linux.

Modified Files:
--------------
    pg_reorg/bin/pgut:
        pgut.c (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/pgut/pgut.c.diff?r1=1.1&r2=1.2)
    pg_reorg/lib:
        reorg.c (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/lib/reorg.c.diff?r1=1.5&r2=1.6)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change the default value of max_prepared_transactions to zero,
Next
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: pgbulkload - pgbulkload: Fix compile errors on Linux.