Re: cosmetic psql tweaks

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: cosmetic psql tweaks
Date: 2004-05-24 00:30:41
Message-ID: 29481.1085358641@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway <neilc(at)samurai(dot)com> writes:
> printTable(opt->title, headers, cells,
> ! footers ? (const char *const *) footers : (const char *const *) (opt->footers),
> align, &opt->topt, fout);

> printTable(opt->title, headers, cells,
> ! (const char *const *) footers,
> align, &opt->topt, fout);

Er, doesn't that change the behavior?

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2004-05-24 01:04:36 Re: cosmetic psql tweaks
Previous Message Neil Conway 2004-05-23 23:52:59 WIP list rewrite