pgsql-server/src/include/catalog pg_attribute.h

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/include/catalog pg_attribute.h
Date: 2003-10-16 22:52:22
Message-ID: 20031016225222.6DDF9D1B53A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/10/16 19:52:22

Modified files:
src/include/catalog: pg_attribute.h

Log message:
Set attstattarget to -1 for all system catalog columns. All but a few
of the entries used to be zero, which I think I had deliberately done in
the name of saving cycles during ANALYZE, but it was really a rather
foolish decision. Some of the more complex views in information_schema
were getting really bad plans for lack of statistics on the columns they
were joining over.

I'm not forcing an initdb for this, but I think there will be one soon
anyway to repair some bugs in the information_schema views.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2003-10-16 23:45:30 pgsql-server/src/bin/psql tab-complete.c
Previous Message Tom Lane 2003-10-16 21:37:54 pgsql-server/src/backend/utils/adt selfuncs.c