pgsql: Fix extstat collection when no stats are produced for a column

Lists: pgsql-committers
From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix extstat collection when no stats are produced for a column
Date: 2017-11-29 03:03:58
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Fix extstat collection when no stats are produced for a column

This is a mistakenly placed conditional in bf2a691e02d7.

Reported by Justin Pryzby
Discussion: https://postgr.es/m/[email protected]

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d4607590b6d8431906163280704e4023c625670c

Modified Files
--------------
src/backend/statistics/extended_stats.c | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)