mirror of
https://github.com/postgres/postgres.git
synced 2025-05-15 19:15:29 +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