Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare
7.54k
stars
273
forks
source link
Concurrent calls to notify in transaction results in deadlock, but pg_notify works #966
Open
samczsun opened 1 month ago
PoC
Output:
Changing
max=11
results in thisInterestingly, replacing with
await sql`select pg_notify('test_channel', ${i})`;
results in no deadlock