Re: Fix buffer refcount leak with FDW bulk inserts

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fix buffer refcount leak with FDW bulk inserts
Дата
Msg-id 509157.1687703470@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Fix buffer refcount leak with FDW bulk inserts  (ROHIT SACHDEVA <sachdeva.rohit648@gmail.com>)
Список pgsql-admin
ROHIT SACHDEVA <sachdeva.rohit648@gmail.com> writes:
> When i am try to increase the batch_size parameter and do the insertion
> part i received this error.
> WARNING:  buffer refcount leak: [1733373] (rel=base/19360/251000,
> blockNum=809

That's just a warning, not an error.  It's pretty harmless.

> What is the impact of this error should I perform the insertion again.

No.

What you should do is update to the current minor release (14.8),
which contains a fix for a bug matching this symptom.

(If you can still reproduce the warning on 14.8, we'd be interested
to see a self-contained test case.)

            regards, tom lane



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

Предыдущее
От: ROHIT SACHDEVA
Дата:
Сообщение: Fix buffer refcount leak with FDW bulk inserts
Следующее
От: Deo Felix
Дата:
Сообщение: Postgresql Database cant start after restore using pgBackRest