Comments and cleanup in the connection pool manager
authorTomas Vondra <tomas@2ndquadrant.com>
Sun, 22 Oct 2017 13:00:06 +0000 (15:00 +0200)
committerTomas Vondra <tomas@2ndquadrant.com>
Sat, 4 Nov 2017 16:19:06 +0000 (17:19 +0100)
commitd9f45c9018ec3ec1fc11e4be2be7f9728a1799b1
tree0fff4f84acb8765159714ad0b404f4927fa8a9a4
parentcca8700e364c1031eb360de3ec16eba45152e01c
Comments and cleanup in the connection pool manager

Similarly to a39b06b0c6, this does minor cleanup in the pool manager
code by removing unused functions and adding a lot of comments, both
at the file level (explaining the concepts and basic API methods)
and for individual functions.
src/backend/pgxc/pool/pgxcnode.c
src/backend/pgxc/pool/poolmgr.c
src/include/pgxc/pgxcnode.h
src/include/pgxc/poolmgr.h