• Tom Lane's avatar
    Adjust the recent patch for reporting of deadlocked queries so that we report · 9b8e1eb3
    Tom Lane authored
    query texts only to the server log.  This eliminates the issue of possible
    leaking of security-sensitive data in other sessions' queries.  Since the
    log is presumed secure, we can now log the queries of all sessions involved
    in the deadlock, whether or not they belong to the same user as the one
    reporting the failure.
    9b8e1eb3
deadlock.c 28 KB