Re: Charset WIN1252 - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: Charset WIN1252
Date
Msg-id 20041130163853.GA7979@dcc.uchile.cl
Whole thread Raw
In response to Re: Charset WIN1252  (Roland Volkmann <roland.volkmann@gmx.de>)
Responses Re: Charset WIN1252  (Roland Volkmann <roland.volkmann@gmx.de>)
List pgsql-patches
On Tue, Nov 30, 2004 at 02:05:31AM +0100, Roland Volkmann wrote:

> this is the first time, I use CVS (TortoisCVS), so I hope the result is
> what you were missing:

You have to include the new files separately.  And please send context
diffs, not unified diffs.

Also there's a typo here:

> Index: src/backend/utils/mb/encnames.c
> ===================================================================
> RCS file:
> Y:\CVS_Repositories\postgres.org/postgresql-8.0.0beta5/src/backend/utils/mb/encnames.c,v
> retrieving revision 1.1
> diff -u -r1.1 encnames.c
> --- src/backend/utils/mb/encnames.c    30 Nov 2004 00:51:56 -0000    1.1
> +++ src/backend/utils/mb/encnames.c    31 Oct 2004 19:09:16 -0000
> @@ -342,6 +348,9 @@
>     },
>     {
>         "WIN1250", PG_WIN1250
> +    },
> +    {
> +        "WIN1250", PG_WIN1252
>     },
>     {
>         "SJIS", PG_SJIS

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"The important things in the world are problems with society that we don't
understand at all. The machines will become more complicated but they won't
be more complicated than the societies that run them."    (Freeman Dyson)

pgsql-patches by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Developer's FAQ update
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] psql \e broken again