core dump? OID/database corruption?
| От | mlw |
|---|---|
| Тема | core dump? OID/database corruption? |
| Дата | |
| Msg-id | 3A29C62E.C98BF56D@mohawksoft.com обсуждение исходный текст |
| Ответы |
SQL to retrieve FK's, Update/Delete action, etc.
Re: core dump? OID/database corruption? |
| Список | pgsql-hackers |
An obscure series of events seems to cause a core dump and OID
corruption:
-- tolower function for varchar
create function varchar_lower(varchar) returns varchar as '/usr/local/lib/pgcontains.so', 'pglower'
language'c';
create index ztables_title_ndx on ztitles ( varchar_lower (title) ) ;
vacuum analyze ;
{ leave }
at some point come back
drop function varchar_lower (varchar) ;
create function varchar_lower(varchar) returns varchar as '/usr/local/lib/pgcontains.so', 'pglower'
language'c';
and strange things start to happen.
I realize that (and only belatedly) once I drop the function the index
is corrupt, but it seems there are invalid oids when I try to dump the
database, and dumping some tables caused a core dump.
I didn't save the data, I was in live service panic mode.
I have a shared library of functions I use in Postgres and I do a drop /
create for an install script. I realize this is a little indiscriminate,
and at least unwise, but I think postgres should be able to handle this.
--
http://www.mohawksoft.com
В списке pgsql-hackers по дате отправления: