mirror of
https://github.com/postgres/postgres.git
synced 2026-06-07 16:18:57 -04:00
01bde4fa4c
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.