pgsql: Use the new text domain names ("postgres-8.4" instead of - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Use the new text domain names ("postgres-8.4" instead of
Date
Msg-id 20090119153424.0B35F754878@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use the new text domain names ("postgres-8.4" instead of "postgres")

Hiroshi Inoue

Modified Files:
--------------
    pgsql/src/backend/utils/error:
        elog.c (r1.211 -> r1.212)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c?r1=1.211&r2=1.212)
    pgsql/src/backend/utils/mb:
        mbutils.c (r1.76 -> r1.77)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/mbutils.c?r1=1.76&r2=1.77)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Avoid regression test cases that fail in locales that sort "v"
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix accidental (I suppose) introduction of non-ASCII quote marks.