Marko Tiikkaja
Marko Tiikkaja
> These exceptions to allow some SET queries could possibly be removed if you instead had the JDBC users set the connection parameter assumeMinServerVersion to 9.0 or higher when connecting....
I've been seeing this on my server as well. My current theory is that this is caused by a plugin being reloaded automatically at map change because its timestamp has...
> This should be fixed so that the sub-second is combined into one metric. There's no backwards compatibility problem here. Metrics are all float64. That would break alerts such as...
> To better understand, can you share a bit more about your use case? I'm writing my own lexer in a different language, and I want to verify that it...
> For context, having thought about this a bit more, the downside of making this change in libpg_query itself is that we're increasing the scan output size for everyone if...
I believe it's because of commit c88f5744705f49a272610cb969bf03bb7c31f507. On my OS X, `sys/ttycom.h` has: ```C struct winsize { unsigned short ws_row; /* rows, in characters */ unsigned short ws_col; /* columns,...