Re: a modest improvement to get_object_address() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: a modest improvement to get_object_address()
Date
Msg-id 13101.1320850487@sss.pgh.pa.us
Whole thread Raw
In response to a modest improvement to get_object_address()  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: a modest improvement to get_object_address()
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> I'd like to propose the attached patch, which changes
> get_object_address() in a manner similar to what we did in
> RangeVarGetRelid() in commit 4240e429d0c2d889d0cda23c618f94e12c13ade7.

I would think you need to drop the now-useless lock, and I sure hope
that RangeVarGetRelid does likewise.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Nikhil Sontakke
Date:
Subject: Re: Concurrent CREATE TABLE/DROP SCHEMA leaves inconsistent leftovers
Next
From: Robert Haas
Date:
Subject: Re: a modest improvement to get_object_address()