Remove dllist.c from libpq. It's overkill for what libpq needs; we can

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cc6a90e4afbc0e7d2c5959203814a95fa9eb1123
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-10-16T22:52:55Z
Releases: 8.0.0
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 smaller
faster and more robust library (mainly because we reduce the number of
malloc's and free's involved in notify processing), plus less pollution
of application link-symbol namespace.

Files