packages feed

tmp-postgres 1.27.0.3 → 1.27.0.4

raw patch · 3 files changed

+6/−3 lines, 3 files

Files

CHANGELOG.md view
@@ -1,5 +1,8 @@ Changelog for tmp-postgres +1.27.0.4+  #193 and #194 Doc fixes+ 1.27.0.3   #195, #196, #197, #198 Doc Fixes 
src/Database/Postgres/Temp/Internal.hs view
@@ -134,7 +134,7 @@ The default configuration. This will create a database called \"postgres\"    via @initdb@ (it's default behavior).    It will create a temporary directory for the data and a temporary directory- for a unix socket on a random port.+ for a unix socket and listen on 127.0.0.1 and ::1 on a random port.  Additionally it will use the following \"postgresql.conf\"  which is optimized for performance. @@ -250,7 +250,7 @@   ]  {-|-The similar to 'defaultConfig' log as much as possible.+This is similar to 'defaultConfig' but it logs as much as possible..  @since 1.21.0.0 -}
tmp-postgres.cabal view
@@ -1,5 +1,5 @@ name:                tmp-postgres-version:             1.27.0.3+version:             1.27.0.4 synopsis: Start and stop a temporary postgres description: Start and stop a temporary postgres. See README.md homepage:            https://github.com/jfischoff/tmp-postgres#readme