Re: BUG #16753: 'expected 2-element int8 array' error while getting data using query with subquery

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: anjithapaul(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16753: 'expected 2-element int8 array' error while getting data using query with subquery
Date: 2020-11-30 20:29:03
Message-ID: 1305258.1606768143@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> I am using timescale db on top of postgres db.
> ...
> When I am trying to get data from aggregated_data table using below query, I
> am getting error 'expected 2-element int8 array'

I'm guessing you need to complain to the timescale folks;
I don't think there's any such error message in core Postgres.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message James Coleman 2020-12-01 00:43:58 Re: segfault with incremental sort
Previous Message PG Bug reporting form 2020-11-30 18:17:59 BUG #16753: 'expected 2-element int8 array' error while getting data using query with subquery