mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +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.