pgsql/src/bin/psql mainloop.c

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/psql mainloop.c
Date: 2002-07-03 16:47:46
Message-ID: 20020703164746.4B0FE476405@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-07-03 16:55:40 pgsql/doc TODO
Previous Message Bruce Momjian - CVS 2002-07-03 14:38:20 pgsql/contrib/pg_upgrade README pg_upgrade