Re: Patch: show relation and tuple infos of a lock to acquire - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Patch: show relation and tuple infos of a lock to acquire
Date
Msg-id 12552.1395102078@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch: show relation and tuple infos of a lock to acquire  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Patch: show relation and tuple infos of a lock to acquire  (Andres Freund <andres@2ndquadrant.com>)
Re: Patch: show relation and tuple infos of a lock to acquire  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: Patch: show relation and tuple infos of a lock to acquire  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> 1. MyProcPort contains the database name; no need for the
> get_database_name() call in there.

Wait. A. Minute.  This patch wants to print the current database name in
the message?  What on earth for?  What other error messages do you see
doing that?

It should print a table name and a TID.  Not more, not less.  If there's
any doubt as to whether you have both of those pieces of information,
the patch still needs work.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Patch: show relation and tuple infos of a lock to acquire
Next
From: Andres Freund
Date:
Subject: Re: Patch: show relation and tuple infos of a lock to acquire