psql patch

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: pgsql-patches(at)postgresql(dot)org
Subject: psql patch
Date: 2003-02-13 13:49:34
Message-ID: 20030213134934.GE17237@bulletproof
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

If this doesn't apply against CVS, I can try to redo it on the CVS
version, but could anyone try it out before I go to all that overhead?

Jeroen

Attachment Content-Type Size
psql-common.patch text/plain 12.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Sabino Mullane 2003-02-13 15:09:35 Cosmetic change in catalog/index.c
Previous Message Oliver Elphick 2003-02-13 11:42:34 createuser - allow user cancel or kill to work