mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
Any changes on page should be done in critical section, so move _bt_upgrademetapage into critical section. Improve comment. Found by Amit Kapila during post-commit review of 857f9c36. Author: Amit Kapila