Re: Error on vacuum: xmin before relfrozenxid

2018-05-23 Thread Andrey Borodin
backups and inspect it, if necessary. Though first occurrence of this error was beyond recovery window. Best regards, Andrey Borodin.

Commit to primary with unavailable sync standby

2019-12-19 Thread Andrey Borodin
treated as system failure? Best regards, Andrey Borodin.

Re: Commit to primary with unavailable sync standby

2019-12-19 Thread Andrey Borodin
c synchronous_standby_names on the master whenever a > failover occurs. That allows for a simpler failover mechanism as you know > they got the latest WAL location. No, synchronous standby does not necessarily own latest WAL. It has WAL point no earlier than all commits acknowledged to client. Thanks! Best regards, Andrey Borodin.