Add missing BUFFERS OFF in select_into regression tests
authorDavid Rowley <[email protected]>
Wed, 11 Dec 2024 09:56:36 +0000 (22:56 +1300)
committerDavid Rowley <[email protected]>
Wed, 11 Dec 2024 09:56:36 +0000 (22:56 +1300)
commit9fa1aaa6525af044385dbcefe9d9abb5d57578cd
tree08740617ecb4f6aaa2916b72e179cd7259296881
parentc2a4078ebad71999dd451ae7d4358be3c9290b07
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
src/test/regress/expected/select_into.out
src/test/regress/sql/select_into.sql