Skip to content
Snippets Groups Projects
Commit 4243f238 authored by Tom Lane's avatar Tom Lane
Browse files

Suppress attempts to report dropped tables to the stats collector from a

startup or recovery process.  Since such a process isn't a real backend,
pgstat.c gets confused.  This accounts for recent reports of strange
"invalid server process ID -1" log messages during crash recovery.
There isn't any point in attempting to make the report, since we'll discard
stats in such scenarios anyhow.
parent bee34e99
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment