Re: No error checking when reading from file using zstd in pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: No error checking when reading from file using zstd in pg_dump
Дата
Msg-id 3167013.1751384548@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: No error checking when reading from file using zstd in pg_dump  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes:
> In preparing for concluding this I've attached a v8 which is the patchset in v7
> squashed into a single commit with an attempt at a commit message.

Glancing through this, I observe a couple of minor typos:

+     * Returns number of bytes read (this might be less than 'size' if EOF was
+     * reached).  Exits via pg_fatal all for error conditions.

s/all for/for all/

+        pg_fatal("coud not write to file: %m");

s/coud/could/

There are some minor typos in the proposed commit message, too.

            regards, tom lane



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