mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +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