]> granicus.if.org Git - postgresql/commit
Further code review for pg_stat_ssl patch.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Jul 2015 20:29:14 +0000 (16:29 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Jul 2015 20:29:25 +0000 (16:29 -0400)
commitcb0bb53204d84cecf51022313fe47d625de8f01e
treecf9d5e37cc22ccc75ff8763ceedce97d768cf58c
parentf3cf8b6b6edc69f94fa1bcaa5b9b806e14281098
Further code review for pg_stat_ssl patch.

Fix additional bogosity in commit 9029f4b37406b21a.  Include the
BackendSslStatusBuffer in the BackendStatusShmemSize calculation,
avoid ugly and error-prone casts to char* and back, put related
code stanzas into a consistent order (and fix a couple of previous
instances of that sin).  All cosmetic except for the size oversight.
src/backend/postmaster/pgstat.c