aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/plancache.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/sql/plancache.sql')
-rw-r--r--src/test/regress/sql/plancache.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/sql/plancache.sql b/src/test/regress/sql/plancache.sql
index 26848168f06..bc2086166b9 100644
--- a/src/test/regress/sql/plancache.sql
+++ b/src/test/regress/sql/plancache.sql
@@ -94,7 +94,7 @@ create or replace temp view v1 as
select 2+2+4+(select max(unique1) from tenk1) as f1;
select cache_test_2();
---- Check that change of search_path is ignored by replans
+--- Check that change of search_path is honored when re-using cached plan
create schema s1
create table abc (f1 int);