On Thu, Sep 18, 2025 at 6:14 AM Andres Freund wrote:
>
> Hi,
>
> On 2025-08-26 19:55:21 +0530, Ashutosh Bapat wrote:
> > StrategyInitialize() calls InitBufTable() passing the maximum number
> > of possible entries in the shared buffer lookup table. The table can
> > not have more entries than the
Hi,
On 2025-08-26 19:55:21 +0530, Ashutosh Bapat wrote:
> StrategyInitialize() calls InitBufTable() passing the maximum number
> of possible entries in the shared buffer lookup table. The table can
> not have more entries than the number of available shared buffers +
> number of partitions as expl
Hi All,
StrategyInitialize() calls InitBufTable() passing the maximum number
of possible entries in the shared buffer lookup table. The table can
not have more entries than the number of available shared buffers +
number of partitions as explained in the comment in
StrategyInitialize(). If there ar