too many variants of relation_open - Mailing list pgsql-patches

From Jaime Casanova
Subject too many variants of relation_open
Date
Msg-id c2d9e70e0709272028y161b29fn4b34344d22161de@mail.gmail.com
Whole thread Raw
Responses Re: too many variants of relation_open  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-patches
Hi,

I can understand why we have relation_openrv and try_relation_open,
but relation_open_nowait can be merged with relation_open.

Or there is something i'm missing? attached is a patch that do the merge.

--
regards,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
                                       Richard Cook

Attachment

pgsql-patches by date:

Previous
From: ITAGAKI Takahiro
Date:
Subject: ecpg thead-safe memory management + cleanup
Next
From: Heikki Linnakangas
Date:
Subject: Re: too many variants of relation_open