Re: Unexpected termination looping over table. - Mailing list pgsql-performance

From Tom Lane
Subject Re: Unexpected termination looping over table.
Date
Msg-id 1899612.1696208945@sss.pgh.pa.us
Whole thread Raw
In response to Unexpected termination looping over table.  (Matt Gibbins <matt_gibbins@fastmail.com.au>)
Responses Re: Unexpected termination looping over table.  (Matt Gibbins <matt_gibbins@fastmail.com.au>)
List pgsql-performance
Matt Gibbins <matt_gibbins@fastmail.com.au> writes:
> Have encountered an intriguing issue processing a table with a large 
> number of rows. The process is to loop over the table processing each 
> row executing the Apache AGE cypher function over each row 
> individually.The looping is necessary because of encountering a limit on 
> the number of rows that the cypher function would process.

> The process terminates unexpectedly with the following message. Notable 
> that it runs for quite some time before termination.:

> SQL Error [42703]: ERROR: could not find rte for 
> a01a724103fbb3d059b8387bf043dbc8
>    Where: PL/pgSQL function 
> analysis.create_trips(text,text,text,text,text,text,integer,text,integer) 
> line 5 at EXECUTE

There is no occurrence of "could not find rte" anywhere in the
core Postgres source code.  I surmise that you're using some
extension that isn't happy.

            regards, tom lane



pgsql-performance by date:

Previous
From: Matt Gibbins
Date:
Subject: Unexpected termination looping over table.
Next
From: Matt Gibbins
Date:
Subject: Re: Unexpected termination looping over table.