Thread: pgsql: Fix pointer-arithmetic thinko in pg_stat_ssl patch.

pgsql: Fix pointer-arithmetic thinko in pg_stat_ssl patch.

From
Tom Lane
Date:
Fix pointer-arithmetic thinko in pg_stat_ssl patch.

Nasty memory-stomp bug in commit 9029f4b37406b21a.  It's not apparent how
this survived even cursory testing :-(.  Per report from Peter Holzer.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f3cf8b6b6edc69f94fa1bcaa5b9b806e14281098

Modified Files
--------------
src/backend/postmaster/pgstat.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)