pgsql: Fix extstat collection when no stats are produced for a column - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix extstat collection when no stats are produced for a column
Date
Msg-id E1eJsfG-0006Sx-76@gemulon.postgresql.org
Whole thread Raw
List 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/20171117214352.GE25796@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/414cd434ff681e5f499803458eae9d5bb32372a9

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix wrong function name in comment.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Make memset() use sizeof() rather than re-compute size