mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-03-13 23:57:03 +08:00
function to prevent multiple threads using automatic cursors on the same connection from stomping over each others cursor. Originally Jan Wieck, re-reported by Jack Orenstein after accidental removal.