Skip to content

Commit

Permalink
tyop!
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Mar 23, 2012
1 parent ba46686 commit 4f67f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/shell/functions
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ postgresql_defaults()
string "postgresql/syslog/facility" default "local0" as "syslog_facility"\
string "postgresql/max/clients" default 128 as "max_clients" \
string "postgresql/max/memory" default "128mb" as "max_memory" \
string "postgresql/max/slow" default 1024 as "max_sloq" \
string "postgresql/max/slow" default 1024 as "max_slow" \
string "postgresql/log/slow" default 10000 as "log_slow" \
string "postgresql/service/bin_path" as "service_bin_path" default "${sm_path}/pkg/versions/postgresql/${package_version}/bin" \
string "postgresql/service/pid_file" as "service_pid_file" default "/var/run/postgresql/postgresql.pid" \
Expand Down

0 comments on commit 4f67f0a

Please sign in to comment.