reorg - pg_reorg: Fix a bug that pg_reorg cannot parse index definitions

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: reorg - pg_reorg: Fix a bug that pg_reorg cannot parse index definitions
Date: 2010-06-14 05:11:26
Message-ID: 20100614051126.46A5710715DD@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix a bug that pg_reorg cannot parse index definitions with reserved named columns,
i.e, it failed to parse quoted column names. (bug #1010828)

Modified Files:
--------------
pg_reorg/SPECS:
pg_reorg.spec (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/SPECS/pg_reorg.spec?r1=1.1&r2=1.2)
pg_reorg/bin/expected:
reorg.out (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/expected/reorg.out?r1=1.7&r2=1.8)
pg_reorg/bin/sql:
reorg.sql (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/sql/reorg.sql?r1=1.7&r2=1.8)
pg_reorg/lib:
reorg.c (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/lib/reorg.c?r1=1.17&r2=1.18)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-06-14 06:04:21 pgsql: If a corrupt WAL record is received by streaming replication,
Previous Message Robert Haas 2010-06-14 02:18:43 pgsql: Fix misplaced modifier.