pgsql: Protect pg_stat_reset_shared() against NULL input

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Protect pg_stat_reset_shared() against NULL input
Date: 2011-06-29 17:38:34
Message-ID: E1Qbyig-00075H-Ve@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Protect pg_stat_reset_shared() against NULL input

Per bug #6082, reported by Steve Haslam

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/79aa44536f3980d324f486504cde643ce23bf5c6

Modified Files
--------------
src/backend/utils/adt/pgstatfuncs.c | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-06-29 17:38:35 pgsql: Protect pg_stat_reset_shared() against NULL input
Previous Message Alvaro Herrera 2011-06-29 15:03:36 Re: [COMMITTERS] pgsql: Branch refs/heads/REL9_1_STABLE was removed