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 13525.1395161618@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  (Robert Haas <robertmhaas@gmail.com>)
Re: Patch: show relation and tuple infos of a lock to acquire  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> Please see my reply to Robert.  My proposal (in form of a patch) is
>   while operating on tuple (0,2) in table "foo": updating tuple
> Would this work for you?

It's pretty lousy from a readability standpoint, even in English;
I shudder to think what it might come out as after translation.

I think the enum idea you floated is probably worth doing.  It's
certainly no more complex than passing a string, no?
        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: Claudio Freire
Date:
Subject: Re: Planner hints in Postgresql