mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 14:02:55 +00:00
…ng (#11308)"
This reverts commit e5aef3747c.
The logic of this commit was incorrect:
enabling audit requires a restart of the compute,
because audit extensions use shared_preload_libraries.
So it cannot be done in the configuration phase,
require endpoint restart instead.