Re: [PATCH] Formatting patch for psql

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [PATCH] Formatting patch for psql
Date: 2005-11-24 22:35:11
Message-ID: 200511242335.12373.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Martijn van Oosterhout wrote:
> On Thu, Nov 24, 2005 at 03:45:12PM +0100, Peter Eisentraut wrote:
> > Shouldn't you use PQmblen() to determine whether an encoding is
> > single-byte, rather than having an enumerated list?
>
> Actually, thinking about it the answer is no. The code is relying on
> the fact that it's a charset that has ASCII as a subset.

Which code does that?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-11-24 22:57:07 Re: [PATCH] Formatting patch for psql
Previous Message Martijn van Oosterhout 2005-11-24 20:11:46 Re: [PATCH] Formatting patch for psql