Re: Some one deleted pg_database entry how to fix it?

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: Some one deleted pg_database entry how to fix it?
Дата
Msg-id Pine.LNX.4.58.0403170859370.16784@linuxworld.com.au
обсуждение исходный текст
Ответ на Re: Some one deleted pg_database entry how to fix it?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Some one deleted pg_database entry how to fix it?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, 16 Mar 2004, Tom Lane wrote:

> Dave Cramer <pg@fastcrypt.com> writes:
> > Secondly this worked however I was unable to use the same name, some
> > remnants of the old database must have remained in pg_database.
>
> > I couldn't even reindex it with postgres -O -P
>
> Interesting.  I wonder what state the old tuple is really in ...
>
> Could you send me the pg_database table file (off-list)?
>

Without looking at the actual data, it seems like
PhonyHeapTupleSatisfiesNow() in GetRawDatabaseInfo() might be to blame.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Some one deleted pg_database entry how to fix it?
Следующее
От: Shachar Shemesh
Дата:
Сообщение: Re: tinyint and type problems