Skip to content

Commit e0517b8

Browse files
committed
Correct checkpoint_segments from a float to an integer
1 parent ead4013 commit e0517b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/postgresql_settings.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Integer $max_connections = 1000,
1010
Hash $arbitrary_postgresql_conf_settings = {},
1111
Float[0,1] $checkpoint_completion_target = 0.9,
12-
Float[0,1] $checkpoint_segments = 128,
12+
Integer $checkpoint_segments = 128,
1313
Boolean $manage_postgresql_service = true,
1414
Boolean $all_in_one_pe_install = true,
1515
Boolean $manage_fact_values_autovacuum_cost_delay = true,

0 commit comments

Comments
 (0)