mirror of
https://github.com/postgres/postgres.git
synced 2025-08-17 01:02:17 +03:00
This patch doesn't actually make any index AM parallel-aware, but it provides the necessary functions at the AM layer to do so. Rahila Syed, Amit Kapila, Robert Haas