Pass heaprel to GlobalVisTestFor() in vacuumRedirectAndPlaceholder()

From: "Drouvot, Bertrand" <bertranddrouvot(dot)pg(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Pass heaprel to GlobalVisTestFor() in vacuumRedirectAndPlaceholder()
Date: 2023-04-02 08:23:47
Message-ID: 02392033-f030-a3c8-c7d0-5c27eb529fec@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi hackers,

now that the heap relation is passed down to vacuumRedirectAndPlaceholder()
thanks to 61b313e47e, we can also pass it down to GlobalVisTestFor() too (to
allow more pruning).

Please find attached a tiny patch to do so.

Regards,

--
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v1-0001-make-use-of-heaprel-in-vacuumRedirectAndPlaceholder.patch text/plain 564 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Drouvot, Bertrand 2023-04-02 08:27:45 Re: Minimal logical decoding on standbys
Previous Message Drouvot, Bertrand 2023-04-02 08:11:52 Re: Minimal logical decoding on standbys