| From: | itagaki(at)pgfoundry(dot)org (User Itagaki) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgstatsinfo - pg_statsinfo: Fix a bug that writer_conn_last_used does |
| Date: | 2010-04-01 08:10:10 |
| Message-ID: | 20100401081010.4633F107165C@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Fix a bug that writer_conn_last_used does not work.
We cannot use ident authentication with TYPE=host on default, so change
documentation to use 'trust' for Windows for test, and recommend other methods.
Modified Files:
--------------
pg_statsinfo/bin:
writer.c (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/writer.c?r1=1.15&r2=1.16)
pg_statsinfo/doc:
pg_statsinfo-ja.html (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/doc/pg_statsinfo-ja.html?r1=1.9&r2=1.10)
pg_statsinfo.html (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/doc/pg_statsinfo.html?r1=1.7&r2=1.8)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Meskes | 2010-04-01 08:41:02 | pgsql: Applied Zoltan's patch to make ecpg spit out warnings if a local |
| Previous Message | User Maosen | 2010-04-01 05:19:58 | pgexternaltable - src: reconstruct code wonderful |