Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0dd92d5

Browse files
committed
Fix misspelling of 'listen_addresses', per Devrim.
1 parent 134bed8 commit 0dd92d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# This file is read on postmaster startup and when the postmaster
2222
# receives a SIGHUP. If you edit the file on a running system, you have
2323
# to SIGHUP the postmaster for the changes to take effect, or use
24-
# "pg_ctl reload". Some settings, such as listen_address, require
24+
# "pg_ctl reload". Some settings, such as listen_addresses, require
2525
# a postmaster shutdown and restart to take effect.
2626

2727

0 commit comments

Comments
 (0)