pgsql/src/bin/psql mainloop.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src/bin/psql mainloop.c
Date
Msg-id 20020703164746.4B0FE476405@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/07/03 12:47:46

Modified files:
    src/bin/psql   : mainloop.c

Log message:
    Fix some more boundary-case errors in psql variable substitution:
    wasn't really right for case where :var is at the end of the line,
    was definitely not right if var expanded to empty in that case,
    and failed to recalculate thislen before jumping back to rescan.




pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/contrib/pg_upgrade README pg_upgrade
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/doc TODO