From d70d39fbbb0ac7c455d018402384c3eb43abb2f7 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 9 Nov 2005 17:44:22 +0000 Subject: [PATCH] Fix misspelling of 'listen_addresses', per Devrim. --- src/backend/utils/misc/postgresql.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 6a3a699c1cc..021b732096d 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -21,7 +21,7 @@ # This file is read on postmaster startup and when the postmaster # receives a SIGHUP. If you edit the file on a running system, you have # to SIGHUP the postmaster for the changes to take effect, or use -# "pg_ctl reload". Some settings, such as listen_address, require +# "pg_ctl reload". Some settings, such as listen_addresses, require # a postmaster shutdown and restart to take effect. -- 2.39.5