DROP OWNED BY ... CACADE & "could not open relation with OID" error

Started by Satoshi Nagayasuover 9 years ago3 messages
#1Satoshi Nagayasu
snaga@uptime.jp

Hi,

I have been trying MADlib [1]http://madlib.incubator.apache.org/ -- Satoshi Nagayasu <snaga@uptime.jp>, a machine-learning library for PostgreSQL,
and when I was tying it on 9.5 and 9.6beta2, I often got following
error on my box.

------------------------------------
madpack.py : ERROR : SQL command failed:
SQL: DROP OWNED BY madlib_19_installcheck CASCADE;
ERROR: could not open relation with OID 147056
------------------------------------

I wonder it could be a PostgreSQL bug or not.
AFAIK, this kind of error should not occur during regular SQL command execution,
so I guess this is a PostgreSQL bug.

Should I dig it down deeper to reproduce in a simple procedure?

Regards,

[1]: http://madlib.incubator.apache.org/ -- Satoshi Nagayasu <snaga@uptime.jp>
--
Satoshi Nagayasu <snaga@uptime.jp>

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Satoshi Nagayasu (#1)
Re: DROP OWNED BY ... CACADE & "could not open relation with OID" error

Satoshi Nagayasu wrote:

Hi,

I have been trying MADlib [1], a machine-learning library for PostgreSQL,
and when I was tying it on 9.5 and 9.6beta2, I often got following
error on my box.

------------------------------------
madpack.py : ERROR : SQL command failed:
SQL: DROP OWNED BY madlib_19_installcheck CASCADE;
ERROR: could not open relation with OID 147056
------------------------------------

I wonder it could be a PostgreSQL bug or not.
AFAIK, this kind of error should not occur during regular SQL command execution,
so I guess this is a PostgreSQL bug.

Agreed.

Should I dig it down deeper to reproduce in a simple procedure?

Yes, please.

--
�lvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Satoshi Nagayasu
snaga@uptime.jp
In reply to: Alvaro Herrera (#2)
Re: DROP OWNED BY ... CACADE & "could not open relation with OID" error

2016-07-21 13:53 GMT+09:00 Alvaro Herrera <alvherre@2ndquadrant.com>:

Satoshi Nagayasu wrote:

Hi,

I have been trying MADlib [1], a machine-learning library for PostgreSQL,
and when I was tying it on 9.5 and 9.6beta2, I often got following
error on my box.

------------------------------------
madpack.py : ERROR : SQL command failed:
SQL: DROP OWNED BY madlib_19_installcheck CASCADE;
ERROR: could not open relation with OID 147056
------------------------------------

I wonder it could be a PostgreSQL bug or not.
AFAIK, this kind of error should not occur during regular SQL command execution,
so I guess this is a PostgreSQL bug.

Agreed.

Should I dig it down deeper to reproduce in a simple procedure?

Yes, please.

Ok. I will try it.

Regards,
--
Satoshi Nagayasu <snaga@uptime.jp>

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers