pgsql: Fix obsolete comment. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix obsolete comment.
Date
Msg-id E1TF2Js-0003GR-Oz@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: sakamotomsh@pgfoundry.org (User Sakamotomsh)
Date:
Subject: reorg - pg_reorg: Updated regression tests to use CREATE EXTENSION for
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Parse pg_ident.conf when it's loaded, keeping it in memory in pa