mirror of
https://github.com/postgres/postgres.git
synced 2025-05-25 00:04:05 -04: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.