fix pg_upgrade comment

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема fix pg_upgrade comment
Дата
Msg-id ZnHk7ci5IuTWVc_c@nathan
обсуждение исходный текст
Ответы Re: fix pg_upgrade comment
Список pgsql-hackers
I noticed that the "check" variable, which is used for "pg_upgrade
--check", is commented as follows:

    bool        check;            /* true -> ask user for permission to make
                                 * changes */

This comment was first added when pg_upgrade was introduced (commit
c2e9b2f288), but I imagine it predates even that.  I've attached a patch to
fix this.  Barring objections, I'll probably commit this soon.

-- 
nathan

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Xact end leaves CurrentMemoryContext = TopMemoryContext
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: fix pg_upgrade comment