mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
In assert-enabled builds, we assert during the shutdown sequence that the queues have been properly emptied, and during process startup that we are inheriting empty queues. In non-assert enabled builds, we just save a few cycles.