PgDog version
main
Description
When client calls DISCARD, it doesn't remove the statement from the client's cache or update the global counter. For clients that are connected for a long time, this can cause a slow memory leak.
Configuration
[general]
prepared_statements = "full"
PgDog version
mainDescription
When client calls
DISCARD, it doesn't remove the statement from the client's cache or update the global counter. For clients that are connected for a long time, this can cause a slow memory leak.Configuration