mirror of
https://github.com/postgres/postgres.git
synced 2026-06-21 08:01:26 -04:00
39c3ca5161
The CREATE INDEX CONCURRENTLY bug can only be triggered by row updates, not inserts, since the problem would arise from an update incorrectly being made HOT. Noted by Alvaro.