Re: [HACKERS] get_rel_* functions in lsyscache.c

2005-06-25 Thread Tom Lane
Jaime Casanova <[EMAIL PROTECTED]> writes: > 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 > tha

[HACKERS] get_rel_* functions in lsyscache.c

2005-06-24 Thread Jaime Casanova
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