mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Aggregates have acquired a dozen or so optional attributes in recent years for things like parallel query and moving-aggregate mode; the lack of an OR REPLACE option to add or change these for an existing agg makes extension upgrades gratuitously hard. Rectify.