AW: BUG #15641: Autoprewarm worker fails to start on Windows with huge pages in use Old PostgreSQL community/pgsql-bugs x - Mailing list pgsql-bugs

From Hans Buschmann
Subject AW: BUG #15641: Autoprewarm worker fails to start on Windows with huge pages in use Old PostgreSQL community/pgsql-bugs x
Date
Msg-id D2B9F2A20670C84685EF7D183F2949E202569F22@gigant.nidsa.net
Whole thread Raw
In response to Re: BUG #15641: Autoprewarm worker fails to start on Windows withhuge pages in use Old PostgreSQL community/pgsql-bugs x  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-bugs


Glad to hear you could reproduce the case easily.

I wanted to add that the problem as it seems now should'nt be restricted to Windows only.

Another thing is the semantic scope of pg_prewarm:

Prewarming affects the whole cluster, so at instance start we can meet some active and/or some dropped databases.

To not affect the other databases the prewarming should occur on all non dropped databases and omit only the dropped ones.

Hope your thinking gives a good patch... ;)

Hans Buschmann

pgsql-bugs by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: BUG #15648: oracle_fdw extension not able to create
Next
From: PG Bug reporting form
Date:
Subject: BUG #15654: COPY command not working for 2gb CSV files