Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> I'm still puzzled that Tomas got it working at all. If MyDatabaseId
> hasn't been set yet, the how did we manage to build a relcache entry
> for anything - let alone an unshared catalog?
Well, he wasn't actually issuing a SQL query, just calling some of the
pgstat.c subroutines that underlie the view. It happens that the pgstat
module has no backend-local initialization (at the moment, and
discounting the issue of making the process's own pgstat_activity entry),
so they were happy enough. It was the syscache stuff that was spitting
up.
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2011-12-05 15:54:31 |
| Subject: Re: missing rename support |
| Previous: | From: Robert Haas | Date: 2011-12-05 15:44:39 |
| Subject: Re: missing rename support |