Re: psql patch - Mailing list pgsql-patches

From Neil Conway
Subject Re: psql patch
Date
Msg-id 1045811884.582.493.camel@tokyo
Whole thread Raw
In response to psql patch  ("Jeroen T. Vermeulen" <jtv@xs4all.nl>)
Responses Re: psql patch  ("Jeroen T. Vermeulen" <jtv@xs4all.nl>)
List pgsql-patches
On Thu, 2003-02-13 at 08:49, Jeroen T. Vermeulen wrote:
> 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.

This patch breaks psql on my system:

(without the patch applied)

nconway=# \d
        List of relations
 Schema | Name | Type  |  Owner
--------+------+-------+---------
 public | a    | table | nconway
(1 row)

(with the patch applied)

nconway=> \d
nconway=>

Other slash commands (\d table, \df, etc.) are similarly broken.

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC




pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: FAQ addition: deleteing all but one unique row
Next
From: Gavin Sherry
Date:
Subject: Minor doc patch: create function