]> granicus.if.org Git - postgresql/commit
Remove check on source address of a statistics packet. Check was broken
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Sep 2003 14:44:40 +0000 (14:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Sep 2003 14:44:40 +0000 (14:44 +0000)
commit75c35e0f313d58fbbc65169dec13ce19e9886c99
tree5b7add88c47303e6249ae89bf20dc12496dfedf5
parent4b407f6c3cd7584c308fcd75fd8d2a094a4e8dd1
Remove check on source address of a statistics packet.  Check was broken
by recent IPv6 changes, and since it's redundant with a kernel-level check
anyway, it seems not worth trying to fix it.  Per recent discussions.
src/backend/postmaster/pgstat.c