mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix obsolete comment.
load_hba and load_ident load stuff in a separate memory context nowadays, not in the current memory context.
This commit is contained in:
@ -183,9 +183,7 @@ PerformAuthentication(Port *port)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* In EXEC_BACKEND case, we didn't inherit the contents of pg_hba.conf
|
* 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
|
* etcetera from the postmaster, and have to load them ourselves.
|
||||||
* are loading them into the startup transaction's memory context, not
|
|
||||||
* PostmasterContext, but that shouldn't matter.
|
|
||||||
*
|
*
|
||||||
* FIXME: [fork/exec] Ugh. Is there a way around this overhead?
|
* FIXME: [fork/exec] Ugh. Is there a way around this overhead?
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user