pgstatsinfo - pg_statsinfo: Allow to set correct client encoding to

From: kasahara(at)pgfoundry(dot)org (User Kasahara)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgstatsinfo - pg_statsinfo: Allow to set correct client encoding to
Date: 2011-03-04 06:07:19
Message-ID: 20110304060719.A81DD10711EC@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow to set correct client encoding to libpq params.
Previously, pg_statsinfo always used SQL_ASCII encoding for libpq.
Therefore, encoding-errors were occurred if monitoring db and the
repository db are different encoding.

Modified Files:
--------------
pg_statsinfo/bin:
collector.c (r1.14 -> r1.15)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/collector.c?r1=1.14&r2=1.15)

Browse pgsql-committers by date

  From Date Subject
Next Message User Kasahara 2011-03-04 06:25:34 pgstatsinfo - pg_statsinfo: * Fix some problems for pg_statsinfo on the
Previous Message Andrew Dunstan 2011-03-04 00:44:45 pgsql: Add a comment explaining the recent fix for plpython breakage in