pg_upgrade errno

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема pg_upgrade errno
Дата
Msg-id 20220731134135.GY15006@telsasoft.com
обсуждение исходный текст
Ответы Re: pg_upgrade errno  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Since 3a769d823 (pg_upgrade: Allow use of file cloning)
file.c has had:

-       if (ioctl(dest_fd, FICLONE, src_fd) < 0)
-       {
-               unlink(dst);
-               pg_fatal("error while cloning relation \"%s.%s\" (\"%s\" to \"%s\"): %s",
-                                schemaName, relName, src, dst, strerror(errno));
-       }

But errno should be saved before strerror/%m.

-- 
Justin



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

Предыдущее
От: Hamid Akhtar
Дата:
Сообщение: Re: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row
Следующее
От: mahendrakar s
Дата:
Сообщение: Re: pg_receivewal fail to streams when the partial file to write is not fully initialized present in the wal receiver directory