projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
802e414
)
Properly align equals signs in new postgresql.conf units comments.
author
Bruce Momjian
<bruce@momjian.us>
Mon, 6 Apr 2009 19:03:04 +0000
(19:03 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 6 Apr 2009 19:03:04 +0000
(19:03 +0000)
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index 6de692c611bfe6aee36e7de53f2410d15a50a422..0c46142f9731597b3b52494ffa7499db18b8c087 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-24,11
+24,11
@@
# "postgres -c log_connections=on". Some parameters can be changed at run time
# with the "SET" SQL command.
#
-# Memory units: kB = kilobytes
Time units: ms
= milliseconds
-# MB = megabytes
s
= seconds
-# GB = gigabytes
min = minutes
-#
h
= hours
-#
d
= days
+# Memory units: kB = kilobytes
Time units: ms
= milliseconds
+# MB = megabytes
s
= seconds
+# GB = gigabytes min = minutes
+#
h
= hours
+#
d
= days
#------------------------------------------------------------------------------