Re: trailing whitespace in psql table output

From: David Fetter <david(at)fetter(dot)org>
To: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: trailing whitespace in psql table output
Date: 2010-09-22 02:02:45
Message-ID: 20100922020245.GA28207@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 22, 2010 at 09:48:12AM +0900, Itagaki Takahiro wrote:
> On Wed, Sep 22, 2010 at 3:28 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> > Everyone using git diff in color mode will already or soon be
> > aware that psql, for what I can only think is an implementation
> > oversight, produces trailing whitespace in the table headers,
>
> I think removing trailing whitespace in headers itself is
> reasonable, but the change breaks almost all of regression tests.
> Will we adjust expected results for the change?

On its face, this doesn't seem like a hard change to make.

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2010-09-22 02:12:38 Re: Multi-branch committing in git, revisited
Previous Message Jeff Davis 2010-09-22 01:54:07 Re: What happened to the is_<type> family of functions proposal?