pgsql: Remove a couple hundred lines of ugly and tedious-to-maintain

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove a couple hundred lines of ugly and tedious-to-maintain
Date: 2009-09-19 21:51:21
Message-ID: 20090919215121.B23E4753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove a couple hundred lines of ugly and tedious-to-maintain code by not
trying to parse COPY options exactly in psql's \copy support. Instead,
just send the options as-is and let the backend sort it out.

Emmanuel Cecchet

Modified Files:
--------------
pgsql/src/bin/psql:
copy.c (r1.82 -> r1.83)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/copy.c?r1=1.82&r2=1.83)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-09-20 01:53:32 pgsql: Allow plpgsql IN parameters to be assigned to.
Previous Message Tom Lane 2009-09-19 18:50:18 pgsql: sql_help.c needs to be cvsignore'd.