citus/src
Andres Freund fa5b8fb39f Fix SendRemoteCommandParams() handling of a NULL MultiConnection->pgConn. (#1271)
Previously we'd segfault in PQisnonblocking() which, contrary to other
libpq calls, doesn't handle a NULL PQconn (because there'd be no
appropriate return value for that).

cr: @jasonmp85
2017-03-03 12:02:15 -07:00
..
backend Fix SendRemoteCommandParams() handling of a NULL MultiConnection->pgConn. (#1271) 2017-03-03 12:02:15 -07:00
include Remove default clause from shard DDL when sequences are used 2017-03-01 17:32:48 +03:00
test/regress Remove default clause from shard DDL when sequences are used 2017-03-01 17:32:48 +03:00