sql: use upsert for session store (#83027) #807

Merged
pducroquet merged 1 commits from wip/83027-session-upsert into main 2023-11-02 12:42:53 +01:00
Owner

This code has a race condition that has been triggered several times already.
Fixing it by relying on PostgreSQL UPSERT feature.

This code has a race condition that has been triggered several times already. Fixing it by relying on PostgreSQL UPSERT feature.
pducroquet force-pushed wip/83027-session-upsert from 2a850cb18e to e2cb705415 2023-11-02 11:15:39 +01:00 Compare
pducroquet changed title from WIP: sql: use upsert for session store (#83027) to sql: use upsert for session store (#83027) 2023-11-02 11:28:08 +01:00
tnoel approved these changes 2023-11-02 12:27:26 +01:00
pducroquet merged commit e2cb705415 into main 2023-11-02 12:42:53 +01:00
pducroquet deleted branch wip/83027-session-upsert 2023-11-02 12:42:53 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/wcs#807
No description provided.