get_rel_* functions in lsyscache.c - Mailing list pgsql-hackers

From Jaime Casanova
Subject get_rel_* functions in lsyscache.c
Date
Msg-id c2d9e70e0506242235391b54db@mail.gmail.com
Whole thread Raw
Responses Re: get_rel_* functions in lsyscache.c
List 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 ;)


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #1467: fe_connect doesn't handle EINTR right
Next
From: Jaime Casanova
Date:
Subject: #ifdef NOT_USED