aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2024-07-17 14:53:00 -0400
committerRobert Haas <rhaas@postgresql.org>2024-07-22 10:10:52 -0400
commit6c8d2ea7a5fb7f85e5f64994affa33e79c19ddd3 (patch)
treeb510f83617c0ae65dde4dd2a51e11c2ef8bd814e /src/backend/utils/adt/xml.c
parentd329a515f490202635443a0a79e974a5019f65a4 (diff)
downloadpostgresql-6c8d2ea7a5fb7f85e5f64994affa33e79c19ddd3.tar.gz
postgresql-6c8d2ea7a5fb7f85e5f64994affa33e79c19ddd3.zip
Add missing call to ConditionVariableCancelSleep().
After calling ConditionVariableSleep() or ConditionVariableTimedSleep() one or more times, code is supposed to call ConditionVariableCancelSleep() to remove itself from the waitlist. This code neglected to do so. As far as I know, that had no observable consequences, but let's make the code correct. Discussion: http://postgr.es/m/CA+TgmoYW8eR+KN6zhVH0sin7QH6AvENqw_bkN-bB4yLYKAnsew@mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/xml.c')
0 files changed, 0 insertions, 0 deletions