[PATCH] fix typo in commit a4523c5

Started by Nikita Glukhovabout 9 years ago2 messageshackers
Jump to latest
#1Nikita Glukhov
n.gluhov@postgrespro.ru

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;
...
RESET enable_indexscan;

Obviously, the last line should be

RESET enable_indexonlyscan;

--
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachments:

fix-typo-in-commit-a4523c5.patchtext/x-patch; name=fix-typo-in-commit-a4523c5.patchDownload+2-2
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Nikita Glukhov (#1)
Re: [PATCH] fix typo in commit a4523c5

Nikita Glukhov <n.gluhov@postgrespro.ru> 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://www.postgresql.org/mailpref/pgsql-hackers