mirror of https://github.com/citusdata/citus.git
In our logical replication logic we would sometimes call `SendCommandListToWorkerOutsideTransaction` for a list of queries that required superuser permissions. This would open a new superuser connection for each of those calls, even though we already had a perfectly fine superuser connection lying around. This adds a new function that allows sending a list of queries in a transaction over an existing connection and we start using that for our logical replication. |
||
---|---|---|
.. | ||
columnar | ||
distributed | ||
.gitignore | ||
citus_config.h.in | ||
citus_version.h.in | ||
pg_version_compat.h |