Vinícius Abrahão Bazana Schmidt

Results 2 comments of Vinícius Abrahão Bazana Schmidt

I'm trying to verify where `pglogical` breaks on version 18beta1. I followed these steps: `cp -rvp compat17 compat18` No changes, of course, got the following: ``` pglogical_apply.c:138:12: warning: no previous...

Found in this link: https://stackoverflow.com/questions/38093326/whats-the-difference-between-rb-and-ru-in-the-open-function-for-csv that _" As [the documentation](https://docs.python.org/3.5/library/functions.html#open) states, U (Universal Newlines) mode is deprecated; you should not use it anymore. Instead use the newline= keyword argument."_ Changing...