|
|
|
|
|
by MrPowerGamerBR
1153 days ago
|
|
If you are using NOTIFY/LISTEN, keep track to check if your database does not have any long running queries. If you end up getting PostgreSQL to vacuum freeze your tables while the long running query is active, PostgreSQL will delete files from the pg_xact folder and that will bork out any LISTEN query, until you fully restart the database. |
|
that sounds like a bug; are you aware of an issue/ticket tracking that?