Fwd: ERROR: volatile EquivalenceClass has no sortref - Mailing list pgsql-hackers

From Ranjeet Dhumal
Subject Fwd: ERROR: volatile EquivalenceClass has no sortref
Date
Msg-id CAFNnw=2yoL=9tW5dKPRi3YO_SBzy8Mw4wTOY3EoyduaN8RESug@mail.gmail.com
Whole thread Raw
List pgsql-hackers

Hi All ,

When am trying to query a table temp_table1(sms_type varchar(20),sms_info varchar(100),sms_id integer) 
Query :: select sms_type,count(*) from  temp_table1 group by 1 order by 2 desc;
Then i got following errors , i dont know whats wrong in this .
ERROR: volatile EquivalenceClass has no sortref


--
--Regards
  Ranjeet  R. Dhumal
 

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [PATCH] binary heap implementation
Next
From: Amit kapila
Date:
Subject: Re: [WIP PATCH] for Performance Improvement in Buffer Management