Fix obsolete reference to ExecCreatePartitionPruneState

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix obsolete reference to ExecCreatePartitionPruneState
Date: 2022-10-12 07:04:32
Message-ID: CA+HiwqFLw=oLX0tP9kcKBmoOExNjDaoAe99dRcxo-GdB9abP9A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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, Amit Langote
EDB: http://www.enterprisedb.com

[1] https://www.postgresql.org/message-id/CA+Tgmoa7WnSmnAn7n2826tKMaUZM79jtJdMTPmmAyjQH0hZYUw@mail.gmail.com

Attachment Content-Type Size
ExecCreatePartitionPruneState-no-longer-exists.patch application/octet-stream 785 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2022-10-12 07:13:13 Re: future of serial and identity columns
Previous Message Alvaro Herrera 2022-10-12 07:04:04 Re: create subscription - improved warning message