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

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/src/bin/psql common.c common.h co ...
Date
Msg-id 20030320060012.C23E64762F1@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.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


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/backend/utils/adt formatting.c
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src backend/utils/adt/timestamp.c ...