Add missing BUFFERS OFF in select_into regression tests

David Rowley <drowley@postgresql.org>

Commit: 9fa1aaa6525af044385dbcefe9d9abb5d57578cd
Author: David Rowley <drowley@postgresql.org>
Date: 2024-12-11T09:56:36Z
Releases: 18.0
Add missing BUFFERS OFF in select_into regression tests

c2a4078eb adjusted EXPLAIN ANALYZE to include BUFFERS by default, but
a few tests in select_into.sql neglected to add BUFFERS OFF.  The
failing tests seem unlikely to ever access buffers during execution, but
they certainly could during planning.

Per buildfarm member kestrel, tayra and calliphoridae.

Discussion: https://postgr.es/m/CANNMO++W7MM8T0KyXN3ZheXXt-uLVM3aEtZd+WNfZ=obxffUiA@mail.gmail.com

Files

Discussion