pgsql: Remove stray ' character at end of line.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove stray ' character at end of line.
Date: 2009-01-21 12:45:06
Message-ID: 20090121124506.B71037559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove stray ' character at end of line.

For some reason it broke OpenBSD compile even when it's inside a
#ifdef WIN32 block.....

Modified Files:
--------------
pgsql/src/backend/utils/adt:
pg_locale.c (r1.46 -> r1.47)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/pg_locale.c?r1=1.46&r2=1.47)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-01-21 12:54:54 Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.
Previous Message Magnus Hagander 2009-01-21 12:35:53 Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.