postgres_cluster icon indicating copy to clipboard operation
postgres_cluster copied to clipboard

Various experiments with PostgreSQL clustering

Results 14 postgres_cluster issues
Sort by recently updated
recently updated
newest added

Is postgres_cluster will be updated to 14.x and beyond? thanks for your answer.

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

- [x] Перенести функции - [x] Залипание oldestXmin - [x] Задержка вакуума аккуратнее - [x] Проверить совместимость с локальными транзакциями на нодах - [x] Проверить длинный repeatable read - [x]...

build postgres_cluster is Success then i create extension postgres=# create extension multimaster ; ERROR: could not load library "/usr/local/pgsql/lib/multimaster.so": /usr/local/pgsql/lib/multimaster.so: undefined symbol: TM STATEMENT: create extension multimaster ; ERROR: could...

Hello Tried to start postgres service on CentOS 7 and got an error: ``` FATAL: could not load library "/usr/local/pgsql/lib/multimaster.so": /usr/local/pgsql/lib/multimaster.so: undefined symbol: IndexRelationGetNumberOfKeyAttributes LOG: database system is shut down...

I've got this problem while use psql query, i do not known what was the problem ``` ERROR: Multimaster node is not online: current status InMinor ```