pgsql-server/src/backend/commands analyze.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/commands analyze.c
Date
Msg-id 20020826184557.C959C475ECB@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/08/26 14:45:57

Modified files:
    src/backend/commands: analyze.c

Log message:
    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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/ ontrib/array/README.array_iterat ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc TODO