Nikolay Samokhvalov

Results 43 comments of Nikolay Samokhvalov

@CyberDem0n we've discussed this in person – what do you think to adjust the log message (maybe making it a bit shorter), while planning to implement config diff reported in...

A shorter message could be just: `changing replication-related parameters and restarting` The list of params being checked can be found here: https://github.com/zalando/patroni/blob/51cda9fb6e32cccc565fcb6ac52f1883c9156dd9/patroni/postgresql/config.py#L707 What I see there: - archive_cleanup_command - promote_trigger_file...

@CyberDem0n adjusted the text and marked `token` and `consistency` as not requiring a restart to apply a change. What about etcd, zookeeper, and k8s parameters? Is it the same, a...

Hi @petere! Could you double-check this, please, if possible? Indeed, looks like: - from non-partitioned to partitioned – works well, - from partitioned to partitioned doesn't work.

Thank you once again @zenzei, helped me today

@jcleiva, thank you for your comments! The operator `||` for jsonb and json types was added only in Postgres 9.5. As for `current_setting(..)` function, its second parameter was added in...

FYI: I've added a note to README, that postgres 9.6+ is required.

@byx01, thanks for these requests! 1 – will definitely do (but MRs are also welcome, the docs are open too) 2 – might do as well, but this is a...

@ruslantalpa yes, I thought about that module, but at first stage, I wanted to keep things as simple as possible (pgsql-http requires compilation, while plsh os is already available as...

@mtou091 thank you for this message. Could you please provide exact instructions on how to repeat the error? And what is your Postgres version? I've checked the current code from...