Thread

Commits

  1. Fix typo

  1. Minor typo

    tgoodaire@gmail.com — 2017-06-01T18:22:30Z

    The following documentation comment has been logged on the website:
    
    Page: https://www.postgresql.org/docs/9.1/static/runtime-config-query.html
    Description:
    
    "Better ways to improve the quality of the plans chosen by the optimizer
    include adjusting the planer cost constants"
    
    The word planner is misspelled. It should read:
    
    "Better ways to improve the quality of the plans chosen by the optimizer
    include adjusting the planner cost constants"
    
    
  2. Re: Minor typo

    Alvaro Herrera <alvherre@2ndquadrant.com> — 2017-06-01T21:50:41Z

    tgoodaire@gmail.com wrote:
    > The following documentation comment has been logged on the website:
    > 
    > Page: https://www.postgresql.org/docs/9.1/static/runtime-config-query.html
    > Description:
    > 
    > "Better ways to improve the quality of the plans chosen by the optimizer
    > include adjusting the planer cost constants"
    > 
    > The word planner is misspelled. It should read:
    > 
    > "Better ways to improve the quality of the plans chosen by the optimizer
    > include adjusting the planner cost constants"
    
    Fixed in master, thanks.
    
    -- 
    Álvaro Herrera                https://www.2ndQuadrant.com/
    PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services