Re: list of flags that pg_settings_get_flags reports

2022-07-20 Thread Michael Paquier
On Wed, Jul 20, 2022 at 01:51:36PM +0900, Fujii Masao wrote: > Attached is the updated version of the patch. It separates the list > for GUC flags from the table entry for pg_settings_get_flags() and > adds the table for it at the bottom of the existing function table. Thanks a lot for sending a

Re: list of flags that pg_settings_get_flags reports

2022-07-20 Thread Alvaro Herrera
Hello On 2022-Jul-20, Fujii Masao wrote: > Attached is the updated version of the patch. It separates the list > for GUC flags from the table entry for pg_settings_get_flags() and > adds the table for it at the bottom of the existing function table. I lament the fact that the version of DocBook

huge_page_size parameter description in the pg 14 docs is not exact

2022-07-20 Thread yanliang lei
https://www.postgresql.org/docs/15/runtime-config-resource.html#GUC-HUGE-PAGE-SIZE the following is from the above website: Some commonly available page sizes on modern 64 bit server architectures include: 2MB and 1GB (Intel and AMD), 16MB and 16GB (IBM POWER), and 64kB, 2MB, 32MB and 1

Re: huge_page_size parameter description in the pg 14 docs is not exact

2022-07-20 Thread Bruce Momjian
On Wed, Jul 20, 2022 at 09:56:37PM +0800, yanliang lei wrote: > > https://www.postgresql.org/docs/15/runtime-config-resource.html# > GUC-HUGE-PAGE-SIZE > > > the following is from the above website: > > Some commonly available page sizes on modern 64 bit server architectures > include: > > 2M

Re: list of flags that pg_settings_get_flags reports

2022-07-20 Thread Fujii Masao
On 2022/07/20 16:26, Michael Paquier wrote: On Wed, Jul 20, 2022 at 01:51:36PM +0900, Fujii Masao wrote: Attached is the updated version of the patch. It separates the list for GUC flags from the table entry for pg_settings_get_flags() and adds the table for it at the bottom of the existing f

Re: list of flags that pg_settings_get_flags reports

2022-07-20 Thread Fujii Masao
On 2022/07/20 18:07, Alvaro Herrera wrote: Hello On 2022-Jul-20, Fujii Masao wrote: Attached is the updated version of the patch. It separates the list for GUC flags from the table entry for pg_settings_get_flags() and adds the table for it at the bottom of the existing function table. I

Re: huge_page_size parameter description in the pg 14 docs is not exact

2022-07-20 Thread Thomas Munro
On Thu, Jul 21, 2022 at 2:03 AM Bruce Momjian wrote: > On Wed, Jul 20, 2022 at 09:56:37PM +0800, yanliang lei wrote: > > https://www.postgresql.org/docs/15/runtime-config-resource.html# > > GUC-HUGE-PAGE-SIZE > > > > the following is from the above website: > > > > Some commonly available page siz