You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Remove dllist.c from libpq. It's overkill for what libpq needs; we can
just stick a list-link into struct PGnotify instead. Result is a smallerfaster and more robust library (mainly because we reduce the number ofmalloc's and free's involved in notify processing), plus less pollutionof application link-symbol namespace.