citus/src
Halil Ozan Akgül 739c6d26df
Fix inserting to pg_dist_object for queries from other nodes (#7402)
Running a query from a Citus non-main database that inserts to
pg_dist_object requires a new connection to the main database itself.
This PR adds that connection to the main database.

---------

Co-authored-by: Jelte Fennema-Nio <github-tech@jeltef.nl>
2024-01-11 16:05:14 +03:00
..
backend Fix inserting to pg_dist_object for queries from other nodes (#7402) 2024-01-11 16:05:14 +03:00
include Fix inserting to pg_dist_object for queries from other nodes (#7402) 2024-01-11 16:05:14 +03:00
test Fix inserting to pg_dist_object for queries from other nodes (#7402) 2024-01-11 16:05:14 +03:00