citus/src
Onur Tirtir 0acb5f6e86
Fix assertion failure in maintenance daemon during Citus upgrades (#7537)
Fixes https://github.com/citusdata/citus/issues/7536.

Note to reviewer:

Before this commit, the following results in an assertion failure when
executed locally and this won't be the case anymore:
```console
make -C src/test/regress/ check-citus-upgrade-local citus-old-version=v10.2.0
```

Note that this doesn't happen on CI as we don't enable assertions there.

---------

Co-authored-by: Jelte Fennema-Nio <jelte.fennema@microsoft.com>
2024-03-20 00:10:12 +00:00
..
backend Fix assertion failure in maintenance daemon during Citus upgrades (#7537) 2024-03-20 00:10:12 +00:00
include Refactor the code that supports node-wide object mgmt commands from non-main dbs (#7544) 2024-03-19 14:26:17 +01:00
test Change the order in which the locks are acquired (#7542) 2024-03-10 10:20:08 +03:00