pgsql: Fix inadvertent semantics change in last patch to plug memory le

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix inadvertent semantics change in last patch to plug memory le
Дата
Msg-id E1W5edL-0002oB-E9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix inadvertent semantics change in last patch to plug memory leaks.

Commit a5bca4ef034f71175d46462963af2329d22068c2 accidentally changed
the semantics when the "skipping missing configuration file" is
emitted, because it forced OK to true instead of leaving the value
untouched.

Spotted by Tom Lane.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3888b73f9ac9351071f5c2621e2a00ba8012746f

Modified Files
--------------
src/backend/utils/misc/guc-file.l |    1 -
1 file changed, 1 deletion(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Plug more memory leaks when reloading config file.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix inadvertent semantics change in last patch to plug memory le