Re: cross-platform pg_basebackup

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: cross-platform pg_basebackup
Дата
Msg-id CA+TgmoZ9AM29s0VPEGmx7Bmm5NG-rTaMDGDrvvrVinj2D0kCLA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: cross-platform pg_basebackup  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: cross-platform pg_basebackup  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Thu, Oct 20, 2022 at 1:28 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
> > Cool. Here's a patch.
>
> LGTM, except I'd be inclined to ensure that all the macros
> are function-style, ie
>
> +#define IS_DIR_SEP(ch) IS_NONWINDOWS_DIR_SEP(ch)
>
> not just
>
> +#define IS_DIR_SEP IS_NONWINDOWS_DIR_SEP
>
> I don't recall the exact rules, but I know that the second style
> can lead to expanding the macro in more cases, which we likely
> don't want.  It also seems like better documentation to show
> the expected arguments.

OK, thanks. v2 attached.

-- 
Robert Haas
EDB: http://www.enterprisedb.com

Вложения

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

Предыдущее
От: Jacob Champion
Дата:
Сообщение: Re: [PoC] Let libpq reject unexpected authentication requests
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Avoid memory leaks during base backups