pg_backend_pid() inconsistent with BackendKeyData #82564
Labels
A-tools-psycopg
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-community
Originated from the community
X-blathers-triaged
blathers was able to find an owner
As of 22.1, CRDB sends the client the backend pid at connection, in the
BackendKeyData
message.The
pg_backend_pid()
function, however, returns the constant -1 (#13097).It would be useful if the function returned data consistent with the info sent at connection.
Jira issue: CRDB-16513
The text was updated successfully, but these errors were encountered: