Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d5e973

Browse files
committed
Fix obsolete comment.
load_hba and load_ident load stuff in a separate memory context nowadays,not in the current memory context.
1 parent22c734f commit9d5e973

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/backend/utils/init/postinit.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,7 @@ PerformAuthentication(Port *port)
183183

184184
/*
185185
* In EXEC_BACKEND case, we didn't inherit the contents of pg_hba.conf
186-
* etcetera from the postmaster, and have to load them ourselves. Note we
187-
* are loading them into the startup transaction's memory context, not
188-
* PostmasterContext, but that shouldn't matter.
186+
* etcetera from the postmaster, and have to load them ourselves.
189187
*
190188
* FIXME: [fork/exec] Ugh.Is there a way around this overhead?
191189
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp