Thread

Commits

  1. Document "B" as an accepted unit in postgres.conf.sample

  2. Document "B" and "us" as accepted units in postgres.conf.sample

  1. postgresql.conf.sample missing units

    Pavel Luzanov <p.luzanov@postgrespro.ru> — 2021-07-19T09:44:50Z

    Hello,
    
    I found that the start section of the postgresql.conf file is missing a 
    description of two units: bytes (appeared in version 11) and 
    microseconds (in version 12).
    
    The attached patch makes these changes to the postgresql.conf.sample file.
    
    -- 
    Pavel Luzanov
    Postgres Professional: https://postgrespro.com
    The Russian Postgres Company
    
    
  2. Re: postgresql.conf.sample missing units

    John Naylor <john.naylor@enterprisedb.com> — 2021-07-19T14:31:37Z

    On Mon, Jul 19, 2021 at 5:44 AM Pavel Luzanov <p.luzanov@postgrespro.ru>
    wrote:
    >
    > Hello,
    >
    > I found that the start section of the postgresql.conf file is missing a
    > description of two units: bytes (appeared in version 11) and
    > microseconds (in version 12).
    >
    > The attached patch makes these changes to the postgresql.conf.sample file.
    
    Seems like an oversight. I'll commit this soon barring objections.
    
    --
    John Naylor
    EDB: http://www.enterprisedb.com
    
  3. Re: postgresql.conf.sample missing units

    John Naylor <john.naylor@enterprisedb.com> — 2021-07-21T14:33:16Z

    On Mon, Jul 19, 2021 at 10:31 AM John Naylor <john.naylor@enterprisedb.com>
    wrote:
    >
    > On Mon, Jul 19, 2021 at 5:44 AM Pavel Luzanov <p.luzanov@postgrespro.ru>
    wrote:
    > >
    > > Hello,
    > >
    > > I found that the start section of the postgresql.conf file is missing a
    > > description of two units: bytes (appeared in version 11) and
    > > microseconds (in version 12).
    > >
    > > The attached patch makes these changes to the postgresql.conf.sample
    file.
    >
    > Seems like an oversight. I'll commit this soon barring objections.
    
    I pushed this and backpatched to v12. I also extracted just the "bytes"
    part and applied it to v11.
    
    --
    John Naylor
    EDB: http://www.enterprisedb.com
    
  4. Re: postgresql.conf.sample missing units

    Pavel Luzanov <p.luzanov@postgrespro.ru> — 2021-07-22T10:14:19Z

    On 21.07.2021 17:33, John Naylor wrote:
    > I pushed this and backpatched to v12. I also extracted just the 
    > "bytes" part and applied it to v11.
    It's a little more complicated, but it's the right decision.
    Thank you.
    
    Pavel Luzanov
    Postgres Professional: https://postgrespro.com
    The Russian Postgres Company