pgsql: Fix pg_dump bug in the database-level collation patch.

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_dump bug in the database-level collation patch.
Date: 2008-09-24 19:33:16
Message-ID: 20080924193316.292677545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix pg_dump bug in the database-level collation patch. "datcollate" and
"datctype" columns were misspelled. Per report from Chris Browne.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.501 -> r1.502)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.501&r2=1.502)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-09-24 19:35:28 Re: pgsql: Make LC_COLLATE and LC_CTYPE database-level settings.
Previous Message Chris Browne 2008-09-24 18:45:09 Re: pgsql: Make LC_COLLATE and LC_CTYPE database-level settings.