mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 15:49:28 -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.