Re: Temporary table has become problematically persistent

Поиск
Список
Период
Сортировка
От Ricky Ramirez
Тема Re: Temporary table has become problematically persistent
Дата
Msg-id CAFbL3BobE9Pi6s3tMKp+c=C_h+DVahONcqvpn4TA9+ntiJ0NUQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Temporary table has become problematically persistent  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Forgive me for forgetting the basics PG 11.2 on Ubuntu Bionic, amd64. No extensions enabled.

On Mon, May 4, 2020 at 4:54 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
Ricky Ramirez <ricky@reddit.com> writes:
> We have run into a strange situation with our database. A temporary table
> was created some time ago and that session has since died. However, the
> temporary table stuck around. It's been around long enough that postgres
> stopped accepting writes to prevent transaction ID wraparound. Problem is,
> it's a temporary table and the session that it's associated with is gone,
> so we cannot vacuum it nor even drop the table. We even restarted postgres
> and the temporary table was still there!

Hm, what PG version is this?  I thought we'd fixed that hazard quite some
while back.

                        regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Temporary table has become problematically persistent
Следующее
От: Virendra Kumar
Дата:
Сообщение: Re: Installing Postgis25_11