pgbulkload - pgbulkload: Fix a bug that indexes must have Invalid

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbulkload - pgbulkload: Fix a bug that indexes must have Invalid
Date: 2010-12-01 03:10:16
Message-ID: 20101201031016.96890107101B@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix a bug that indexes must have Invalid frozenxid for RelationSetNewRelfilenode().
Adjust USE_INLINE checks on 8.3.

Modified Files:
--------------
pgbulkload/bin/pgut:
pgut-list.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/pgut/pgut-list.c?r1=1.6&r2=1.7)
pgbulkload/lib:
pg_btree.c (r1.22 -> r1.23)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/lib/pg_btree.c?r1=1.22&r2=1.23)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2010-12-01 03:20:46 orafce - orafce: work around for 9.1.
Previous Message Thom Brown 2010-11-30 17:57:59 Re: [COMMITTERS] pgsql: Add index entries for more functions