Skip to content

Commit 63b642c

Browse files
Hans-Jürgen SchönigHans-Jürgen Schönig
authored andcommitted
more documentation
1 parent 8eff3ba commit 63b642c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# pg\_crash
22

3-
A Postgres extension to send kill (or other) signal after some interval. Useful for testing HA failover scenarios.
3+
If your database is too reliable - pg\_crash can kill it for you. pg\_crash is
4+
an extension to PostgreSQL, which allows you to periodically or randomly crash
5+
your database infrastructure by sending kill (or other) signals to your DB
6+
processes and make them fail. It is ideal for HA and failover testing.
47

58
Works with Postges 10.0.
69

@@ -12,7 +15,7 @@ Works with Postges 10.0.
1215
PG_CONFIG=/usr/local/pgsql/bin/pg_config make
1316
sudo PG_CONFIG=/usr/local/pgsql/bin/pg_config make install
1417
```
15-
NB! Replace /usr/local/pgsql/bin with your wished binary
18+
NB! Replace /usr/local/pgsql/bin with your desired binary
1619

1720
* Edit server config
1821

0 commit comments

Comments
 (0)