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
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