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

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/psql common.c
Date: 2003-02-19 03:54:39
Message-ID: 20030219035439.00BBB475843@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 03/02/18 22:54:39

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

Log message:
Here's some changes I made last night to psql's common.c (as found in
7.3.2). It removes some code duplication and #ifdeffing, and some
unstructured ugliness such as tacky breaks and an unneeded continue.
Breaks up a large function into smaller functions and reduces required
nesting levels, and kills a variable or two.

Jeroen T. Vermeulen

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-02-19 03:59:03 pgsql-server/ oc/src/sgml/libpq.sgml oc/src/sg ...
Previous Message Bruce Momjian - CVS 2003-02-19 03:52:58 pgsql-server/src/bin/scripts createuser