Re: Record comparison compiler warning

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: Kevin Grittner <kgrittn(at)ymail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Record comparison compiler warning
Date: 2013-11-02 14:46:15
Message-ID: 20131102144615.GE5809@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Stefan Kaltenbrunner wrote:
> On 10/31/2013 07:51 PM, Kevin Grittner wrote:
> > Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> >> On Wed, Oct 16, 2013 at 11:49:13AM -0700, Kevin Grittner wrote:
> >
> >>> Bruce Momjian <bruce(at)momjian(dot)us> wrote:

> >> Would you please send the file as ASCII, e.g. not:
> >>
> >> <A0><A0><A0><A0><A0><A0><A0><A0><A0><A0><A0><A0><A0><A0><A0><A0><A0><A0><A0> default:
> >
> > Huh, I did not see anything remotely like that in my email or in
> > the archives:
> >
> > http://www.postgresql.org/message-id/1381949353.78943.YahooMailNeo@web162902.mail.bf1.yahoo.com
>
> http://www.postgresql.org/message-id/raw/1381949353(dot)78943(dot)YahooMailNeo(at)web162902(dot)mail(dot)bf1(dot)yahoo(dot)com

I would blame Bruce's MUA, or surrounding configuration, for this
problem. It looks fine in mine, and as far as I can see, Kevin's
message correctly declares the email to be in Latin-1 quoted-printable
encoding, which declares A0 to mean non-breaking space.

Maybe, for instance, Bruce is running Mutt in Latin-1 mode with the
terminal set to UTF-8 or some such?

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-11-02 15:06:07 Re: Handle LIMIT/OFFSET before select clause (was: Feature request: optimizer improvement)
Previous Message David Rowley 2013-11-02 14:18:22 Re: appendPQExpBufferVA vs appendStringInfoVA