pgsql: Use 0x01 for newlines in saved history. - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Use 0x01 for newlines in saved history.
Date
Msg-id 20060212052438.D61109DCAC2@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use 0x01 for newlines in saved history.  It was determined to be not
used by multi-byte sequences, but futher invesetigation might prove this
to be false.

Modified Files:
--------------
    pgsql/src/bin/psql:
        input.c (r1.47 -> r1.48)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/input.c.diff?r1=1.47&r2=1.48)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Clean up plpgsql grammar to make sure that check_assignable() is
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Fix dead-end detection.