]> granicus.if.org Git - postgresql/commitdiff
Fix obsolete comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 21 Sep 2012 12:21:31 +0000 (15:21 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 21 Sep 2012 12:22:56 +0000 (15:22 +0300)
load_hba and load_ident load stuff in a separate memory context nowadays,
not in the current memory context.

src/backend/utils/init/postinit.c

index 757e76bd7af90e85d704c49db1e53d65e487eb75..abc46d6317ec63326e03a1dda670a7633db6c6df 100644 (file)
@@ -183,9 +183,7 @@ PerformAuthentication(Port *port)
 
        /*
         * In EXEC_BACKEND case, we didn't inherit the contents of pg_hba.conf
-        * etcetera from the postmaster, and have to load them ourselves.  Note we
-        * are loading them into the startup transaction's memory context, not
-        * PostmasterContext, but that shouldn't matter.
+        * etcetera from the postmaster, and have to load them ourselves.
         *
         * FIXME: [fork/exec] Ugh.      Is there a way around this overhead?
         */