mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
As noted by Tom Lane, commit 813fb03155
was overly optimistic about how safe it is to concurrently change
enumsortorder values under MVCC catalog scan semantics. Restore
some of the previous text, with hopefully-correct adjustments for
the new state of play.