Fix outdated code reference
authorAlvaro Herrera <[email protected]>
Wed, 12 Oct 2022 07:53:00 +0000 (09:53 +0200)
committerAlvaro Herrera <[email protected]>
Wed, 12 Oct 2022 07:54:02 +0000 (09:54 +0200)
ExecCreatePartitionPruneState was renamed by commit 297daa9d4353, but
this test file didn't get the memo.  Repair.

Author: Amit Langote
Discussion: https://postgr.es/m/CA+HiwqFLw=oLX0tP9kcKBmoOExNjDaoAe99dRcxo-GdB9abP9A@mail.gmail.com

src/test/modules/delay_execution/specs/partition-addition.spec

index 2a0948247e32f8534baea52a818ef1e39b55d68e..99010dfad5c92f4aed49b7c3d40c7c996e97cd0a 100644 (file)
@@ -20,7 +20,7 @@ teardown
 # of which we expect foo1 to be pruned at planning and foo3 at execution.
 # Then we'll block, and by the time the query is actually executed,
 # partition foo2 will also exist.  We expect that not to be scanned.
-# This test is specifically designed to check ExecCreatePartitionPruneState's
+# This test is specifically designed to check CreatePartitionPruneState's
 # code for matching up the partition lists in such cases.
 
 session "s1"