File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ SOURCE CODE
264
264
* Remove SET KSQO option now that OR processing is improved(Tom)
265
265
* -Use macros to define NT open() file parameters, remove NT-specific defines
266
266
* -Change CURRENT to OLD internally for rules (Bruce)
267
+ * replace the use of fprint(stderr, ...) with elog() in backend code
267
268
268
269
---------------------------------------------------------------------------
269
270
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Start-up is divided into an authentication phase and a backend start-up phase.
106
106
107
107
<Para>
108
108
Initially, the frontend sends a StartupPacket. The postmaster uses this info
109
- and the contents of the pg_hba.conf(5) file to determine what authentication
109
+ and the contents of the pg_hba.conf file to determine what authentication
110
110
method the frontend must use. The postmaster then responds with one of the
111
111
following messages:
112
112
</para>
You can’t perform that action at this time.
0 commit comments