Thread
Commits
-
Fix minor error message style guide violation.
- 6449616419c5 11.0 landed
- 0d38e4ebb7a1 12.0 landed
-
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
-
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