BUG #16598: SharedFileSetCreate doesn't handle PathNameCreateTemporaryFile failure correctly

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16598: SharedFileSetCreate doesn't handle PathNameCreateTemporaryFile failure correctly
Дата
Msg-id 16598-9313c61c7f109a41@postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16598
Logged by:          Oliver Yang
Email address:      oliver_hom@yahoo.com
PostgreSQL version: 12.4
Operating system:   Ubuntu
Description:

Inside SharedFileSetCreate, it tries to create the shared temp file in one
of its temp table space. If it fails, it creates the temp directory on
demand and then retries temp file creation again. However, the temp table
space used in temp directory creation and temp file creation can be
different, which might result in false negative in SharedFileSetCreate.


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #16594: DROP INDEX CONCURRENTLY fails on partitioned table with a non helpful error message.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #16594: DROP INDEX CONCURRENTLY fails on partitioned table with a non helpful error message.