]> granicus.if.org Git - postgresql/commit
Remove dllist.c from libpq. It's overkill for what libpq needs; we can
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Oct 2004 22:52:55 +0000 (22:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Oct 2004 22:52:55 +0000 (22:52 +0000)
commitcc6a90e4afbc0e7d2c5959203814a95fa9eb1123
tree48a237c916075018093e9ecb7bb7cd09f81f77d7
parentb3d58ea7ec6df499a46baa4327ea400746199fc5
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.
src/include/Makefile
src/interfaces/libpq/Makefile
src/interfaces/libpq/bcc32.mak
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/fe-protocol2.c
src/interfaces/libpq/fe-protocol3.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-int.h
src/interfaces/libpq/win32.mak