pgsql: GROUP BY can only infer functional dependency from non-deferrable - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: GROUP BY can only infer functional dependency from non-deferrable
Date
Msg-id 20100905154542.C44D57541E2@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
GROUP BY can only infer functional dependency from non-deferrable primary keys.

Peter's original patch had this right, but I dropped the check while revising
the code to search pg_constraint instead of pg_index.  Spotted by Dean Rasheed.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        pg_constraint.c (r1.55 -> r1.56)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_constraint.c?r1=1.55&r2=1.56)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Pad the ps_status display with nulls, not blanks, on Darwin.
Next
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: textsearch-ja - textsearch_groonga: Imported Sources