Skip to content

Commit 8a927e3

Browse files
committed
Fix outdated code reference
ExecCreatePartitionPruneState was renamed by commit 297daa9, 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
1 parent 9c0de04 commit 8a927e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ teardown
2020
# of which we expect foo1 to be pruned at planning and foo3 at execution.
2121
# Then we'll block, and by the time the query is actually executed,
2222
# partition foo2 will also exist. We expect that not to be scanned.
23-
# This test is specifically designed to check ExecCreatePartitionPruneState's
23+
# This test is specifically designed to check CreatePartitionPruneState's
2424
# code for matching up the partition lists in such cases.
2525

2626
session "s1"

0 commit comments

Comments
 (0)