pgsql: Fix obsolete comment.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix obsolete comment.
Дата
Msg-id E1TF2Js-0003GR-Oz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix obsolete comment.

load_hba and load_ident load stuff in a separate memory context nowadays,
not in the current memory context.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9d5e9730e5c2aa912778b9e8728c0b5ebd807d9a

Modified Files
--------------
src/backend/utils/init/postinit.c |    4 +---
1 files changed, 1 insertions(+), 3 deletions(-)


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

Предыдущее
От: sakamotomsh@pgfoundry.org (User Sakamotomsh)
Дата:
Сообщение: reorg - pg_reorg: Updated regression tests to use CREATE EXTENSION for
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Parse pg_ident.conf when it's loaded, keeping it in memory in pa