Alexander Pyhalov
Alexander Pyhalov
Are there any chance to see illumos support in the checker? Binutils are available here, however, using elfdump could be more preferable.
**What happened**: When `defaultSUReplAccessMode` is `strict` and STKEEPER_PG_ADVERTISE_ADDRESS is not an ip, but a dns name, pg_hba.conf entries are generated incorrectly. For example, they can contain `host all postgres vg2/32...
Fixes #798
**What happened**: I've applied the following config: ``` cat ~/stolon_restore.json { "initMode": "pitr", "synchronousReplication": true, "minSynchronousStandbys": 0, "maxSynchronousStandbys": 1, "pgParameters":{ "log_statement":"all", "log_line_prefix":"%m [%r][%p]", "log_min_messages":"INFO", "wal_level":"logical", "max_prepared_transactions":"200", }, "pitrConfig": { "dataRestoreCommand":...
On OpenIndiana I can see hexchat crash when user clicks right button on hexchat icon tray several times. Stack trace is the following : ``` Program terminated with signal SIGSEGV,...
When setuptools_scm is used and packed python module comes not from git repository, but from usual archive, and build is happening inside other (outer) git repository, file_finder_git.py tries to create...