Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c734f commit 9d5e973Copy full SHA for 9d5e973
src/backend/utils/init/postinit.c
@@ -183,9 +183,7 @@ PerformAuthentication(Port *port)
183
184
/*
185
* 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.
+ * etcetera from the postmaster, and have to load them ourselves.
189
*
190
* FIXME: [fork/exec] Ugh. Is there a way around this overhead?
191
*/
0 commit comments