From: | Rod Taylor <pg(at)rbt(dot)ca> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Hashagg planning bug (8.0.1) |
Date: | 2005-05-10 17:00:22 |
Message-ID: | 1115744422.6888.90.camel@home |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, 2005-05-10 at 12:50 -0400, Tom Lane wrote:
> Rod Taylor <pg(at)rbt(dot)ca> writes:
> > Oh, stat_activity is a view which removes idle connections from
> > displaying and allows non-privileged users to see everything that's
> > going on within the DB.
>
> Still works fine for me. Do you even have an operator 716373?
> If so what is it?
It's the = operator that Slony adds for xxid comparisons. I didn't even
think of changes Slony would have made.
ssdb=# select * from pg_operator where oid = 716373;
oprname | oprnamespace | oprowner | oprkind | oprcanhash | oprleft | oprright | oprresult | oprcom | oprnegate | oprlsortop | oprrsortop | oprltcmpop | oprgtcmpop | oprcode | oprrest | oprjoin
---------+--------------+----------+---------+------------+---------+----------+-----------+--------+-----------+------------+------------+------------+------------+---------------+---------+-----------
= | 2200 | 588 | b | t | 716353 | 716353 | 16 | 716373 | 716372 | 716371 | 716371 | 716371 | 716369 | _ssrep.xxideq | eqsel | eqjoinsel
(1 row)
--
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-05-10 17:17:56 | Re: Hashagg planning bug (8.0.1) |
Previous Message | Josh Berkus | 2005-05-10 16:55:33 | Re: Views, views, views! (long) |