Thread
Commits
-
doc: Clarify where ereport severity levels are defined
- 22ff5c9d78b9 17.0 landed
-
Clarify where the severity level is defined
Kuwamura Masaki <kuwamura@db.is.i.nagoya-u.ac.jp> — 2023-09-25T06:22:38Z
Hi, Recently I read the document about ereport()[1]. Then, I felt that there is little information about severity level. So I guess it can be kind to clarify where severity level is defined(see attached patch please). Any thoughts? [1] https://www.postgresql.org/docs/devel/error-message-reporting.html
-
Re: Clarify where the severity level is defined
Daniel Gustafsson <daniel@yesql.se> — 2023-09-25T06:37:43Z
> On 25 Sep 2023, at 08:22, Kuwamura Masaki <kuwamura@db.is.i.nagoya-u.ac.jp> wrote: > Recently I read the document about ereport()[1]. > Then, I felt that there is little information about severity level. > So I guess it can be kind to clarify where severity level is defined(see attached patch please). That makes sense, we already point to other related files on that page so this is line with that. -- Daniel Gustafsson
-
Re: Clarify where the severity level is defined
Daniel Gustafsson <daniel@yesql.se> — 2023-09-28T13:39:41Z
> On 25 Sep 2023, at 08:37, Daniel Gustafsson <daniel@yesql.se> wrote: > >> On 25 Sep 2023, at 08:22, Kuwamura Masaki <kuwamura@db.is.i.nagoya-u.ac.jp> wrote: > >> Recently I read the document about ereport()[1]. >> Then, I felt that there is little information about severity level. >> So I guess it can be kind to clarify where severity level is defined(see attached patch please). > > That makes sense, we already point to other related files on that page so this > is line with that. Committed, with some minor wordsmithing. Thanks! -- Daniel Gustafsson
-
Re: Clarify where the severity level is defined
Kuwamura Masaki <kuwamura@db.is.i.nagoya-u.ac.jp> — 2023-09-28T14:17:46Z
> > Committed, with some minor wordsmithing. Thanks! > Thanks for tweaking and pushing, Daniel-san! Masaki Kuwamura