]> 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:14 +0000 (16:29 -0400)
commit4c8f8ffaca42bb5678a0858ce56f9a384c21c583
treeb3f5eec46fa3ca673531db61e9afacb2013c4748
parent7d791ed49be28f2dfdd31e262dc35c4595718267
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