You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
# Change log
2
+
3
+
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
+
and this project adheres to [Semantic Versioning](http://semver.org).
5
+
6
+
## Supported Release 5.2.1
7
+
### Summary
8
+
Bug fix for issue introduced in 5.2.0
9
+
10
+
#### Fixed
11
+
- issue where the module was attempting to install extensions before a database was available. ([SERVER-2003](https://tickets.puppetlabs.com/browse/SERVER-2003))
12
+
1
13
## Supported Release 5.2.0
2
14
### Summary
3
15
Adds several new features including some work around OS support. Also includes a couple of fixes to tests and the removal of unsupported Ubuntu versions.
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -455,7 +455,11 @@ Optional.
455
455
456
456
Data type: Boolean.
457
457
458
-
Use checksums on data pages to help detect corruption by the I/O system that would otherwise be silent. Valid values: 'true' or 'false'. Default: initdb's default ('false').
458
+
Use checksums on data pages to help detect corruption by the I/O system that would otherwise be silent.
459
+
460
+
Valid values: `true` or `false`.
461
+
462
+
Default: initdb's default (`false`).
459
463
460
464
**Warning:** This option is used during initialization by initdb, and cannot be changed later. If set, checksums are calculated for all objects, in all databases.
461
465
@@ -757,7 +761,11 @@ Optional.
757
761
758
762
Data type: Boolean.
759
763
760
-
Use checksums on data pages to help detect corruption by the I/O system that would otherwise be silent. Valid values: `true` or `false`. Default: initdb's default (`false`).
764
+
Use checksums on data pages to help detect corruption by the I/O system that would otherwise be silent.
765
+
766
+
Valid values: `true` or `false`.
767
+
768
+
Default value: initdb's default (`false`).
761
769
762
770
**Warning:** This option is used during initialization by initdb, and cannot be changed later. If set, checksums are calculated for all objects, in all databases.
763
771
@@ -767,7 +775,7 @@ Specifies the name of the default database to connect with. On most systems this
767
775
768
776
##### `default_connect_settings`
769
777
770
-
Specifies a hash of environment variables used when connecting to a remote server. Becomes the default for other defined-types. i.e. `postgresql::server::role`
778
+
Specifies a hash of environment variables used when connecting to a remote server. Becomes the default for other definedtypes, such as `postgresql::server::role`.
0 commit comments