pgsql: optimize_minmax_aggregates() neglected to check for inherited

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: optimize_minmax_aggregates() neglected to check for inherited
Date: 2005-09-21 19:15:27
Message-ID: 20050921191527.CAACED9C69@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
optimize_minmax_aggregates() neglected to check for inherited tables.
Per report from Cesar Paipilla.

Modified Files:
--------------
pgsql/src/backend/optimizer/plan:
planagg.c (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/planagg.c.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-09-21 19:58:03 pgsql: Suppress database dump item when --table and/or --schema switch
Previous Message James William Pye 2005-09-21 09:27:26 python - fe: Imported Sources