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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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)