8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef51e0b commit 2999495Copy full SHA for 2999495
.travis.yml
@@ -5,5 +5,5 @@ os:
5
compiler:
6
- gcc
7
- clang
8
-script: ./configure && make check
+script: ./configure && make -j 4 && make check
9
README.md
@@ -1,5 +1,7 @@
1
# Postgres_cluster
2
3
+[](https://travis-ci.org/postgrespro/postgres_cluster)
4
+
Various experiments with PostgreSQL clustering perfomed at PostgresPro.
This is mirror of postgres repo with several changes to the core and few extra extensions.
0 commit comments