]> granicus.if.org Git - postgresql/commit
Reset the proper GUC in create_index test.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Jan 2017 21:33:18 +0000 (16:33 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Jan 2017 21:33:55 +0000 (16:33 -0500)
commit692a70427a0ac4fd5aea869d3f03c1a23cc42035
treee1c9d3562c258dcf761803b361fe33b244da2c3d
parentfce4609d5e5b7fc01e921f9fa3a6e75356284db6
Reset the proper GUC in create_index test.

Thinko in commit a4523c5aa.  It doesn't really affect anything at
present, but it would be a problem if any tests added later in this
file ought to get index-only-scan plans.  Back-patch, like the previous
commit, just to avoid surprises in case we add such a test and then
back-patch it.

Nikita Glukhov

Discussion: https://postgr.es/m/8b70135d-ad38-bdd8-ac92-71e2b3c273cf@postgrespro.ru
src/test/regress/expected/create_index.out
src/test/regress/sql/create_index.sql