pgsql: Fix obsolete comment.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix obsolete comment.
Date: 2012-09-21 12:26:56
Message-ID: E1TF2Js-0003GR-Oz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Marko Tiikkaja 2012-09-21 13:30:31 Re: [COMMITTERS] pgsql: Properly set relpersistence for fake relcache entries.
Previous Message Andres Freund 2012-09-20 21:55:05 Re: [COMMITTERS] pgsql: Properly set relpersistence for fake relcache entries.