ALTER SYSTEM SET typos and fix for temporary file name management

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема ALTER SYSTEM SET typos and fix for temporary file name management
Дата
Msg-id CAB7nPqQ7RdVgJac7Dgv6B_GQs+H8VA51q1RQS3DEWM+463fbOQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: ALTER SYSTEM SET typos and fix for temporary file name management  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
Hi all,

After going through commit 65d6e4c (introducing ALTER SYSTEM SET), I
noticed a couple of typo mistakes as well as (I think) a weird way of
using the temporary auto-configuration name postgresql.auto.conf.temp
in two different places, resulting in the patch attached.

It might be an overkill to use a dedicated variable for the temporary
autoconfiguration file (here PG_AUTOCONF_FILENAME_TEMP), but I found
kind of weird the way things are currently done on master branch. IMO,
it would reduce bug possibilities to have everything managed with a
single variable.

Typos at least should be fixed :)
Regards,
--
Michael

Вложения

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

Предыдущее
От: Florian Pflug
Дата:
Сообщение: Re: [PATCH] Negative Transition Aggregate Functions (WIP)
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Deprecations in authentication