pgsql-server/src/bin/psql command.c common.h c ...

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/psql command.c common.h c ...
Date: 2003-12-01 22:14:41
Message-ID: 20031201221441.2FFF8D1D3E9@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/12/01 18:14:41

Modified files:
src/bin/psql : command.c common.h copy.c stringutils.c
tab-complete.c variables.c

Log message:
This patch reduces some unsightly #ifdefs, and fixes two typos in
comments in the psql code. This doesn't make any functional change, so
feel free to save it for 7.5

Neil Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-12-01 22:15:41 pgsql-server/src backend/bootstrap/bootstrap.c ...
Previous Message Bruce Momjian 2003-12-01 22:11:56 Re: pgsql-server/src/bin/psql describe.c