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

Commit 57050f9

Browse files
committed
Modify:
> * Un-comment all variables in postgresql.conf 84,85c84,85 < By removing comments we prevent the confusion that commenting a line < returns a modified value to its default, which it does not. > By not showing commented-out variables, we discourage people from > thinking that re-commenting a variable returns it to its default.
1 parent 533bd1d commit 57050f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/TODO

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated: Fri Aug 6 11:24:17 EDT 2004
8+
Last updated: Fri Aug 6 13:52:36 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111

@@ -79,10 +79,10 @@ Administration
7979
though the postmaster has paniced and shared memory might not be
8080
cleaned up properly. A new signal is needed for safe termination.
8181

82-
* Remove comments on postgresql.conf variables
82+
* Un-comment all variables in postgresql.conf
8383

84-
By removing comments we prevent the confusion that commenting a line
85-
returns a modified value to its default, which it does not.
84+
By not showing commented-out variables, we discourage people from
85+
thinking that re-commenting a variable returns it to its default.
8686

8787
* Allow point-in-time recovery to archive partially filled write-ahead
8888
logs

0 commit comments

Comments
 (0)