mirror of
https://github.com/postgres/postgres.git
synced 2025-10-15 05:46:52 +03:00
ArrayBuildState, per trouble report from Merlin Moncure. By adopting this fix, we are essentially deciding that aggregate final-functions should not modify their inputs ever. Adjust documentation and comments to match that conclusion.