Re: Changing shared_buffers without restart - Mailing list pgsql-hackers

From Yuhang Qiu
Subject Re: Changing shared_buffers without restart
Date
Msg-id D9C34DE7-0CA7-4397-B4FC-05034D247F6C@gmail.com
Whole thread
In response to Re: Changing shared_buffers without restart  (Palak Chaturvedi <chaturvedipalak1911@gmail.com>)
List pgsql-hackers
Hi Palak,

Thanks for the update. 0013 and 0015 LGTM.

Two more points:
- pg_resize_shared_buffers() lacks a permission check, although the
  documentation says it is restricted to superusers.
- In test 006, evicting the low-numbered buffers leaves those slots
  available for reuse, so the victim may still be below the shrink target.
  The test can therefore bail out before attempting the shrink. What would
  be a reliable way to arrange an in-progress read above the target?

Best regards,
Yuhang Qiu




pgsql-hackers by date:

Previous
From: Brian Cosgrove
Date:
Subject: Re: Add PAM Tests and Option For Custom PAM Config Location
Next
From: Manu
Date:
Subject: Re: Temp schema drop leaves an inconsistent state behind