Re: drop tablespace failed when location contains .. on win32

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: drop tablespace failed when location contains .. on win32
Дата
Msg-id 9d81c415-d15e-743e-1394-b28bdcdd27ae@dunslane.net
обсуждение исходный текст
Ответ на drop tablespace failed when location contains .. on win32  ("wangsh.fnst@fujitsu.com" <wangsh.fnst@fujitsu.com>)
Ответы Re: drop tablespace failed when location contains .. on win32  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On 9/8/21 6:16 AM, wangsh.fnst@fujitsu.com wrote:
> Hi,
>
> I find a problem related to tablespace on win32(server2019).
>
>> postgres=# create tablespace tbs location 'C:\Users\postgres\postgres_install\aa\..\aa';
>> CREATE TABLESPACE
>> postgres=# create table tbl(col int) tablespace tbs;
>> ERROR:  could not stat directory "pg_tblspc/16384/PG_15_202109061/12754": Invalid argument
>> postgres=# drop tablespace tbs;
>> WARNING:  could not open directory "pg_tblspc/16384/PG_15_202109061": No such file or directory
>> ERROR:  could not stat file "pg_tblspc/16384": Invalid argument
> I find that canonicalize_path() only remove the trailing '..',  in this case,  '..' is not removed , and 
> pgsymlink succeed.


That seems like a bug. It's not very canonical :-)


cheers


andrew

-- 

Andrew Dunstan
EDB: https://www.enterprisedb.com




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

Предыдущее
От: James Coleman
Дата:
Сообщение: Re: Parallelize correlated subqueries that execute within each worker
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: On login trigger: take three