Maaz Syed Adeeb <maaz(dot)adeeb(at)gmail(dot)com> writes:
> Attaching a patch with two regress tests. Let me know if I need to
> change anything.
Thanks. index_including.sql embodies all sorts of anti-patterns
for testing: use of very generic object names that could conflict
with concurrent test scripts, constant dropping and re-creation
of objects ensuring that the overhead per useful test is as high
as possible, etc. But it's not the job of this patch to improve
that, so I guess the fact that you faithfully copied the existing
style is fine. I used your test as-is and pushed it. Thanks
again for the report!
regards, tom lane