Re: Fix obsolete reference to ExecCreatePartitionPruneState
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Amit Langote <amitlangote09@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2022-10-12T07:57:26Z
Lists: pgsql-hackers
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/
Commits
-
Fix outdated code reference
- 8a927e3cfc8f 16.0 landed