cybors
cybors
Thank you so much for this amazing project, it has been very helpful to me. Could you help me how to achieve this? After I add a node, the node...
德哥,您好,看了 https://github.com/digoal/blog/blob/master/201509/20150907_04.md 如何在安装完pg后再跑pg的test文件夹中的测试用例,看到里面有多种格式的用例,想要整体跑一下,并输出一个报告。 authentication/ Tests for authentication examples/ Demonstration programs for libpq that double as regression tests via "make check" isolation/ Tests for concurrent behavior at the SQL level locale/...
看到提供了sql和expect 文件夹 请问regress 测试应该如何跑如何自动对比预期中的out
If I execute an incomplete sql and the jaydebeapi reports an error syntax error, how should I correspond it to the postgresql error code? like sql_statement_not_yet_complete [postgresql errorcode](https://www.postgresql.org/docs/current/errcodes-appendix.html)