Re: pg_stat_statements: Remove (errcode...) framing parentheses in erport(...) - Mailing list pgsql-hackers

From Sami Imseih
Subject Re: pg_stat_statements: Remove (errcode...) framing parentheses in erport(...)
Date
Msg-id CAA5RZ0uabhVGDMRinhE7HnL50Ze=NC47SpmByU8c9askiCjrhw@mail.gmail.com
Whole thread
In response to pg_stat_statements: Remove (errcode...) framing parentheses in erport(...)  (m.litsarev@postgrespro.ru)
Responses Re: pg_stat_statements: Remove (errcode...) framing parentheses in erport(...)
List pgsql-hackers
Hi,

e3a87b499 states "There's no intention to make wholesale
changes of existing ereport calls ..."

Why do it for pg_stat_statements only when there are a bunch
of other places?

Converting one module in isolation doesn't make the new style
more widely known, so if we are going to do this, we should be
consistent. right?

--
Sami Imseih
Amazon Web Services (AWS)



pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: enhance wraparound warnings
Next
From: Jeff Davis
Date:
Subject: Re: Small patch to improve safety of utf8_to_unicode().