citus/src
Onder Kalaci 39b943cbad Properly copy and trim the error messages that come from pg_conn
When a NULL connection is provided to PQerrorMessage(), the
returned error message is a static text. Modifying that static
text, which doesn't necessarly be in a writeable memory, is
dangreous and might cause a segfault.
2017-10-16 11:45:20 +03:00
..
backend Properly copy and trim the error messages that come from pg_conn 2017-10-16 11:45:20 +03:00
include Properly copy and trim the error messages that come from pg_conn 2017-10-16 11:45:20 +03:00
test/regress Properly copy and trim the error messages that come from pg_conn 2017-10-16 11:45:20 +03:00