Emre Hasegeli
Results
2
issues of
Emre Hasegeli
The `timedelta` object on Python2 doesn't support division. Because of that I had to cast the both sides to `int` which harms precision and causes `DivisionByZero` when the script is...
I am confused about the comment in here: https://github.com/EnterpriseDB/pg_failover_slots/blob/e26870be3b8c6b4cdd94d255a012a46dbd04a29a/pg_failover_slots.c#L911-L928 What does it mean by "WAL decoder slots"?