BUG #16598: SharedFileSetCreate doesn't handle PathNameCreateTemporaryFile failure correctly - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16598: SharedFileSetCreate doesn't handle PathNameCreateTemporaryFile failure correctly
Date
Msg-id 16598-9313c61c7f109a41@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #16594: DROP INDEX CONCURRENTLY fails on partitioned table with a non helpful error message.
Next
From: Alvaro Herrera
Date:
Subject: Re: BUG #16594: DROP INDEX CONCURRENTLY fails on partitioned table with a non helpful error message.