Re: ERROR: could not find pathkey item to sort

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vijaykumar Sampat Jain <vijaykumar(dot)sampat(dot)jain(at)adjust(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: ERROR: could not find pathkey item to sort
Date: 2022-10-28 13:45:46
Message-ID: 1195960.1666964746@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Vijaykumar Sampat Jain <vijaykumar(dot)sampat(dot)jain(at)adjust(dot)com> writes:
> I came across this error/crash when using partitioning of a table with
> foreign tables (parquet_fdw) as partitions.
> It might be an issue with parquet_fdw nothing with postgresql, but I am not
> able to figure out why it crashes around the sorted option set.

I think it's most likely a bug in parquet_fdw. We have tests of similar
cases in postgres_fdw, and they work fine.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kristjan Mustkivi 2022-10-28 14:23:02 Re: Index corruption revealed after upgrade to 11.17, could date back to at least 11.12
Previous Message Vijaykumar Sampat Jain 2022-10-28 10:01:53 ERROR: could not find pathkey item to sort