Re: Reducing power consumption on idle servers
Simon Riggs <simon.riggs@enterprisedb.com>
From: Simon Riggs <simon.riggs@enterprisedb.com>
To: Andres Freund <andres@anarazel.de>
Cc: Chapman Flack <chap@anastigmatix.net>,
Thomas Munro <thomas.munro@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-03-23T18:21:24Z
Lists: pgsql-hackers
Attachments
- hibernate_to_reduce_power_consumption.v4.patch (application/octet-stream) patch v4
On Tue, 22 Mar 2022 at 00:54, Andres Freund <andres@anarazel.de> wrote: > > On 2022-02-21 21:04:19 +0000, Simon Riggs wrote: > > On Mon, 21 Feb 2022 at 16:49, Chapman Flack <chap@anastigmatix.net> wrote: > > > > > Shouldn't the comment be "with work_done=false" ? > > > > Good catch, thanks. > > > > I've also added docs to say that "promote_trigger_file" is now > > deprecated. There were no tests for that functionality, so just as > > well it is being removed. > > Doesn't pass tests, and hasn't for weeks from what I can see: https://cirrus-ci.com/task/5925633648754688?logs=test_world#L1153 > > Marked as waiting-on-author. Hmm, just the not-in-sample test again. Fixed by marking GUC_NOT_IN_SAMPLE. -- Simon Riggs http://www.EnterpriseDB.com/
Commits
-
Remove promote_trigger_file.
- cd4329d9393f 16.0 landed
-
Add pg_promote function
- 10074651e335 12.0 cited
-
pg_ctl promote
- 4695da5ae97b 9.1.0 cited