"bad key in cancel request"

Поиск
Список
Период
Сортировка
От Neil Conway
Тема "bad key in cancel request"
Дата
Msg-id 1194143720.9352.8.camel@goldbach
обсуждение исходный текст
Ответы Re: "bad key in cancel request"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I noticed that processCancelRequest() emits a log message at DEBUG2 when
it receives a cancel request with a bad key or for a non-existent PID.
For example,
   ereport(DEBUG2,           (errmsg_internal("bad key in cancel request for process %d",            backendPID)));

I think this ought to be logged at a higher level than DEBUG2: for one
thing, it is a potential security issue the DBA might want to be aware
of. It could also indicate a misconfigured or buggy client application.
Therefore, I think we should raise the level to WARNING, or perhaps
NOTICE. Any objections?

-Neil




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Profiling vs autovacuum
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Asynchronous commit documentation gap