mirror of
https://github.com/postgres/postgres.git
synced 2025-12-01 12:18:01 +03:00
current commands; instead, store current-status information in shared memory. This substantially reduces the overhead of stats_command_string and also ensures that pg_stat_activity is fully up to date at all times. Per my recent proposal.