citus/src
Jelte Fennema ab080cad93 Fix bug introduced by #6412
In #6412 I made a change to not re-assign the global PID if it was
already set. This inadvertently introduced a regression where `userId`
and `databaseId` would not be set on the backend data when the global
PID was assigned in the authentication hook.

This fixes it by doing two things:
1. Removing `userId` from `BackendData`, since it's not used anywhere
   anyway.
2. Move assignment of `databaseId` to InitializeBackendData.
2023-01-04 11:41:07 +01:00
..
backend Fix bug introduced by #6412 2023-01-04 11:41:07 +01:00
bin/pg_send_cancellation Add jobs to test builds on different distros (#6499) 2022-12-01 19:11:41 +03:00
include Fix bug introduced by #6412 2023-01-04 11:41:07 +01:00
test Fix flakyness in isolation_insert_vs_vacuum (#6589) 2023-01-02 16:51:58 +01:00