diff options
author | Alvaro Herrera | 2022-10-12 07:53:00 +0000 |
---|---|---|
committer | Alvaro Herrera | 2022-10-12 07:54:02 +0000 |
commit | 8a927e3cfc8f42141072b0a677678d76cec8a1db (patch) | |
tree | 7dc0f8f5f0d2a20545c2f5dc449667162c3dd080 | |
parent | 9c0de04242a160aa1d4afeefab7d2e40efd8255d (diff) |
Fix outdated code reference
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
-rw-r--r-- | src/test/modules/delay_execution/specs/partition-addition.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/delay_execution/specs/partition-addition.spec b/src/test/modules/delay_execution/specs/partition-addition.spec index 2a0948247e3..99010dfad5c 100644 --- a/src/test/modules/delay_execution/specs/partition-addition.spec +++ b/src/test/modules/delay_execution/specs/partition-addition.spec @@ -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" |