get_rel_* functions in lsyscache.c

From: Jaime Casanova <systemguards(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: get_rel_* functions in lsyscache.c
Date: 2005-06-25 05:35:43
Message-ID: c2d9e70e0506242235391b54db@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, i have a doubt...

it seems to me that the get_rel_* functions in lsyscache do the same as doing
heap_open();
Calling the appropiate macro Relation*
heap_close();

is there any difference between them? in wich situation is one better
than the other?

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2005-06-25 05:41:19 #ifdef NOT_USED
Previous Message Tom Lane 2005-06-25 04:20:38 Re: [BUGS] BUG #1467: fe_connect doesn't handle EINTR right