too many variants of relation_open

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: too many variants of relation_open
Date: 2007-09-28 03:28:14
Message-ID: c2d9e70e0709272028y161b29fn4b34344d22161de@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
relation_open.diff text/x-patch 26.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message ITAGAKI Takahiro 2007-09-28 06:00:54 ecpg thead-safe memory management + cleanup
Previous Message ITAGAKI Takahiro 2007-09-28 02:24:17 Various ecpg cleanup