Re: something has gone wrong, but what is it?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: something has gone wrong, but what is it?
Date: 2022-08-10 13:53:28
Message-ID: 182237.1660139608@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:

- elog(ERROR, "something has gone wrong");
+ elog(ERROR, "unrecognized AuxProcType: %d", (int) auxtype);

+1 ... the existing message is clearly not up to project standard.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2022-08-10 13:56:21 Re: s390x builds on buildfarm
Previous Message Daniel Gustafsson 2022-08-10 13:52:56 Re: something has gone wrong, but what is it?