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

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/psql common.c common.h co ...
Date: 2003-03-20 06:00:12
Message-ID: 20030320060012.C23E64762F1@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)postgresql(dot)org 03/03/20 01:00:12

Modified files:
src/bin/psql : common.c common.h copy.c input.c input.h
mainloop.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-03-20 06:03:01 pgsql-server/src backend/utils/adt/timestamp.c ...
Previous Message Bruce Momjian - CVS 2003-03-20 05:19:27 pgsql-server/src/backend/utils/adt formatting.c