Re: [HACKERS] [PATCH] fix typo in commit a4523c5

2017-01-18 Thread Tom Lane
Nikita Glukhov writes: > Obviously, the last line should be > RESET enable_indexonlyscan; Yeah, I think you're right. Pushed, thanks! regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://w

[HACKERS] [PATCH] fix typo in commit a4523c5

2017-01-18 Thread Nikita Glukhov
Attached patch fixes typo in regression test src/test/regress/sql/create_index.sql that was introduced in commit a4523c5 ("Improve planning of btree index scans using ScalarArrayOpExpr quals."). In this commit the following lines were added to create_index.sql: SET enable_indexonlyscan = OFF; .