pgsql: Use LOG instead of DEBUG2 for logging invalid cancel requests.

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use LOG instead of DEBUG2 for logging invalid cancel requests.
Date: 2007-11-05 00:00:34
Message-ID: 20071105000034.4E2CC754229@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use LOG instead of DEBUG2 for logging invalid cancel requests. (That is,
cancel requests with an incorrect key, or with a non-existent PID). Per
recent discussion on -hackers.

Modified Files:
--------------
pgsql/src/backend/postmaster:
postmaster.c (r1.543 -> r1.544)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.543&r2=1.544)

Browse pgsql-committers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 2007-11-05 12:02:20 pgsql: Remove deprecation notice and add comment about safely restoring
Previous Message Bruce Momjian 2007-11-04 21:50:28 pgsql: Working improvement.