Comment about not being able to run ANALYZE on replicas

2021-10-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/sql-analyze.html Description: https://www.postgresql.org/docs/12/sql-analyze.html does not have anything about not being able to run ANALYZE on replicas. I now understand that this is bec

Re: Comment about not being able to run ANALYZE on replicas

2021-10-25 Thread Tom Lane
PG Doc comments form writes: > https://www.postgresql.org/docs/12/sql-analyze.html does not have anything > about not being able to run ANALYZE on replicas. > I now understand that this is because statistics are stored in a table, and > that table is replicated from primary server to the replica,

Re: The huge_pages parameter doesn't work when shared_memory_type is sysv

2021-10-25 Thread Thomas Munro
On Sat, Oct 23, 2021 at 9:20 AM Alexander Lakhin wrote: > Thanks for the fix! It works and looks correct to me. Pushed. Thanks.