Fix obsolete reference to ExecCreatePartitionPruneState

Started by Amit Langoteover 3 years ago2 messages
#1Amit Langote
amitlangote09@gmail.com
1 attachment(s)

Robert pointed out in [1]/messages/by-id/CA+Tgmoa7WnSmnAn7n2826tKMaUZM79jtJdMTPmmAyjQH0hZYUw@mail.gmail.com that ExecCreatePartitionPruneState() that
was renamed to CreatePartitionPruneState() in 297daa9d4353 is still
referenced in src/test/modules/delay_execution/specs/partition-addition.spec.

Please find attached a patch to fix that.

--
Thanks, Amit Langote
EDB: http://www.enterprisedb.com

[1]: /messages/by-id/CA+Tgmoa7WnSmnAn7n2826tKMaUZM79jtJdMTPmmAyjQH0hZYUw@mail.gmail.com

Attachments:

ExecCreatePartitionPruneState-no-longer-exists.patchapplication/octet-stream; name=ExecCreatePartitionPruneState-no-longer-exists.patchDownload
diff --git a/src/test/modules/delay_execution/specs/partition-addition.spec b/src/test/modules/delay_execution/specs/partition-addition.spec
index 2a0948247e..99010dfad5 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"
#2Alvaro Herrera
alvherre@alvh.no-ip.org
In reply to: Amit Langote (#1)
Re: Fix obsolete reference to ExecCreatePartitionPruneState

On 2022-Oct-12, Amit Langote wrote:

Robert pointed out in [1] that ExecCreatePartitionPruneState() that
was renamed to CreatePartitionPruneState() in 297daa9d4353 is still
referenced in src/test/modules/delay_execution/specs/partition-addition.spec.

Please find attached a patch to fix that.

Thanks, pushed.

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/