Logging running transactions every 15 seconds.

Robert Haas <rhaas@postgresql.org>

Commit: ed46758381ff63a422fcb0b1f2763eb13273640f
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-01-15T17:41:20Z
Releases: 9.4.0
Logging running transactions every 15 seconds.

Previously, we did this just once per checkpoint, but that could make
Hot Standby take a long time to initialize.  To avoid busying an
otherwise-idle system, we don't do this if no WAL has been written
since we did it last.

Andres Freund

Files