pgsql: Remove accented characters in comments, to avoid failures when - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove accented characters in comments, to avoid failures when
Date
Msg-id 20061001183753.430549FB2CC@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove accented characters in comments, to avoid failures when this
file is read with an incompatible client_encoding setting.  Per report
from Tim N. van der Leeuw.

Modified Files:
--------------
    pgsql/contrib/isn:
        isn.sql.in (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/isn/isn.sql.in.diff?r1=1.2&r2=1.3)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix overly enthusiastic Assert introduced in 8.1: it's expecting
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: date_trunc also accepts 'quarter'.