This reverts commit
e1e83a71715f1c2f0717bb66e630ca3bda79b9c1.
Per further discussion on pgsql-release, we wish to ship beta1 with
that feature, and patch the bug, rather than shipping beta1 with
that feature reverted.
</para>
</listitem>
+<!--
+Author: David Rowley <drowley@postgresql.org>
+2024-03-25 [66c0185a3] Allow planner to use Merge Append to efficiently impleme
+-->
+
+<listitem>
+<para>
+Allow UNION (without ALL) to use MergeAppend (David Rowley)
+</para>
+</listitem>
+
<!--
Author: David Rowley <drowley@postgresql.org>
2024-02-01 [9d1a5354f] Fix costing bug in MergeAppend