]> granicus.if.org Git - postgresql/commit
Increase WIDTH_THRESHOLD from 256 to 1K. This addresses recent observation
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Aug 2002 18:45:57 +0000 (18:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Aug 2002 18:45:57 +0000 (18:45 +0000)
commit5d6758fd243f933c68799de44cef3cfd87b2df93
tree59285fb9c6c859676d0f700f75d5660932be8727
parent5cabcfccce4b8b826c9b30828f3012b7926a6946
Increase WIDTH_THRESHOLD from 256 to 1K.  This addresses recent observation
that ANALYZE would not gather any stats for a CHAR(255) column.  I still
think a width threshold is appropriate for the reasons mentioned in the
code, but we can loosen it at least.
src/backend/commands/analyze.c