pgsql: Fix outdated code reference

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix outdated code reference
Date: 2022-10-12 07:57:30
Message-ID: E1oiWcL-0021Ln-HS@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8a927e3cfc8f42141072b0a677678d76cec8a1db

Modified Files
--------------
src/test/modules/delay_execution/specs/partition-addition.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-10-12 14:52:45 pgsql: Doc: improve recommended systemd unit file.
Previous Message Alvaro Herrera 2022-10-12 07:44:26 pgsql: Reduce basebackup_sink.h inclusion footprint