Re: (docs): add missing info about ShareLocks

2025-11-22 Thread Laurenz Albe
On Sat, 2025-11-22 at 09:07 +0100, Alpha Shuro wrote: > I had a production incident a few weeks ago while using deferred indexes, > where > the Postgres docs lead me down the wrong path of investigation due to missing > details. > Specifically, the docs implied that a `ShareLock` was only acquire

(docs): add missing info about ShareLocks

2025-11-22 Thread Alpha Shuro
Hello I had a production incident a few weeks ago while using deferred indexes, where the Postgres docs lead me down the wrong path of investigation due to missing details. Specifically, the docs implied that a `ShareLock` was only acquired when creating indexes, but only after looking at the c