mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
adding the ModifyTable node type --- I had been thinking ModifyTable should replace Append as a special case in push_plan(), but actually both of them have to be special-cased.