errmsg() ending with a period

Started by Daniel Gustafssonover 7 years ago2 messageshackers
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

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

Attachments:

errmsg_punctuation.patchapplication/octet-stream; name=errmsg_punctuation.patch; x-unix-mode=0644Download+2-3
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Daniel Gustafsson (#1)
Re: errmsg() ending with a period

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