bizgres - bizgres: Bug fix.

From: agoldshuv(at)pgfoundry(dot)org (User Agoldshuv)
To: pgsql-committers(at)postgresql(dot)org
Subject: bizgres - bizgres: Bug fix.
Date: 2005-08-27 00:49:23
Message-ID: 20050827004923.AEDAE1125F5C@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Bug fix. COPY parsing failed to parse the first table attribute when
it's not the first data field in the row.

Modified Files:
--------------
bizgres/postgresql/src/backend/commands:
copy.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/commands/copy.c.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jzhang 2005-08-27 01:22:25 bizgres - bizgres: New Directory
Previous Message User Agoldshuv 2005-08-26 22:46:22 bizgres - bizgres: Command result clean up added.