Thread

Commits

  1. Fix minor error message style guide violation.

  1. errmsg() ending with a period

    Daniel Gustafsson <daniel@yesql.se> — 2018-09-19T20:24:44Z

    Happened to notice that two errmsg() strings end with a period, which IIUC is
    against the Error Message Style Guide.  Fixed in the attached patch.
    
    cheers ./daniel
    
    
  2. Re: errmsg() ending with a period

    Tom Lane <tgl@sss.pgh.pa.us> — 2018-09-19T21:07:25Z

    Daniel Gustafsson <daniel@yesql.se> writes:
    > Happened to notice that two errmsg() strings end with a period, which IIUC is
    > against the Error Message Style Guide.  Fixed in the attached patch.
    
    Yup.  Pushed, thanks.
    
    			regards, tom lane