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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove a couple hundred lines of ugly and tedious-to-maintain
Date
Msg-id 20090919215121.B23E4753FB7@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: sql_help.c needs to be cvsignore'd.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Allow plpgsql IN parameters to be assigned to.