Hi
RelationCacheInvalidate() is called from ResetSystemCaches()
and calles RelationFlushRelation() for all relation descriptors
except some nailed system relations.
I'm wondering why nailed relations could be exceptions.
Conversely why must RelationCacheInvalidate() call
RelationFlushRelation() for other system relations ?
Isn't it sufficient to call smgrclose() and replace rd_rel
member of system relations by the latest ones instead
of calling RelationFlushRelation() ?
There's -O option of postmaster(postgres) which allows
system table structure modification. I'm suspicious
if it has been used properly before.
Comments ?
Regards.
Hiroshi Inoue
- Re: [HACKERS] Mailing list archives available... Vince Vielhaber
- Re: [HACKERS] relation ### modified while in ... Hiroshi Inoue
- Re: [HACKERS] relation ### modified while in ... Vadim Mikheev
- Re: [HACKERS] relation ### modified while in ... Hiroshi Inoue
- Re: [HACKERS] relation ### modified while in ... Tom Lane
- Re: [HACKERS] relation ### modified while in use Hiroshi Inoue
- Re: [HACKERS] relation ### modified while in use Tom Lane
- RE: [HACKERS] relation ### modified while in use Hiroshi Inoue
- Re: [HACKERS] relation ### modified while in ... Tom Lane
- RE: [HACKERS] relation ### modified while in ... Hiroshi Inoue
- Re: ResetSystemCaches(was Re: [HACKERS] relat... Hiroshi Inoue
- Re: ResetSystemCaches(was Re: [HACKERS] relat... Tom Lane
- Re: ResetSystemCaches(was Re: [HACKERS] relat... Hiroshi Inoue
- [HACKERS] Recursive use of syscaches (was: re... Tom Lane
- Re: [HACKERS] Recursive use of syscaches (was... Bruce Momjian
- [HACKERS] Re: Recursive use of syscaches (was... Tom Lane
- [HACKERS] Re: Recursive use of syscaches (was... Hiroshi Inoue
- [HACKERS] Re: Recursive use of syscaches (was... Tom Lane
- Re: [HACKERS] Re: Recursive use of syscaches ... Hiroshi Inoue
- Re: [HACKERS] Re: Recursive use of syscaches ... Tom Lane
- RE: [HACKERS] relation ### modified while in ... Hiroshi Inoue