Add Restart=on-failure To Example Systemd File

2025-11-27 Thread Andrew Jackson
Hi, Currently the systemd file in the documentation does not specify a restart policy. By default systemd will not attempt to restart a service that has failed (killed by OOM-killer for example) [0]. The systemd docs recommends "Setting this to on-failure is the recommended choice for long-running

Re: (docs): add missing info about ShareLocks

2025-11-27 Thread Laurenz Albe
On Thu, 2025-11-27 at 12:33 +0100, Alpha Shuro wrote: > Ah thanks for pointing this out, I've moved it to the xact-locking page > instead I think that is too specific. You can see a session waiting for a SHARE lock on a transaction whenever it is waiting for a row lock, since row locks are not p

Re: (docs): add missing info about ShareLocks

2025-11-27 Thread Alpha Shuro
Ah thanks for pointing this out, I've moved it to the xact-locking page instead document-ShareLock-when-using-deferred-unique.patch Description: Binary data > Den 22. nov. 2025 kl. 13.07 skrev Laurenz Albe : > > On Sat, 2025-11-22 at 09:07 +0100, Alpha Shuro wrote: >> I had a production incid