Skip to content
Snippets Groups Projects
Unverified Commit 32b6fcdd authored by Jeremy Schneider's avatar Jeremy Schneider Committed by GitHub
Browse files

Remove inaccurate references to corruption, remove SEGTERM suggestion… (#1303)

* Remove inaccurate references to corruption, remove SEGTERM suggestion, update information links to current docs. Postgres is carefully designed such that data is not corrupted on crashes or unclean shutdowns - the main tradeoff is that WAL replay is needed on startup. In practice, SIGTERM can cause unexpected long delays to shutdowns - often during maintenance windows - so best not to actively suggest this. The links back to official Postgres documentation seem sufficient.
parent cb049360
No related branches found
No related tags found
Loading
Showing
with 100 additions and 220 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment