pgsql: Ensure that 'disabling statistics collector' is logged in all

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure that 'disabling statistics collector' is logged in all
Date: 2004-12-20 19:17:59
Message-ID: 20041220191759.4183C3AA549@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Ensure that 'disabling statistics collector' is logged in all failure
paths of pgstat_init. Responds to confusion exhibited by Christoph Haller.

Modified Files:
--------------
pgsql/src/backend/postmaster:
pgstat.c (r1.85 -> r1.86)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.diff?r1=1.85&r2=1.86)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mha 2004-12-20 19:43:09 pginstaller - pginst: Prevent double-backslash which caused install
Previous Message Tom Lane 2004-12-20 19:00:38 pgsql: Add support for Latin9 encoding in to_ascii().