Re: Uniforms the errors msgs at tuplestore paths

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Uniforms the errors msgs at tuplestore paths
Date: 2022-02-20 14:30:35
Message-ID: 20220220143035.GD9008@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Feb 20, 2022 at 11:12:42AM -0300, Ranier Vilela wrote:
> Like how the commit
> https://github.com/postgres/postgres/commit/07daca53bfcad59618a9c6fad304e380cc9d2bc1
> The are some paths that were missed:

I think these are all unified by the existing tuplestore patch.
https://commitfest.postgresql.org/37/3420/

> -At jsonfuncs.c
> The errors mgs do not report about the materialize mode.
> -At plperl.c
> The function plperl_return_next_internal does not check rsi appropriately.
> The error about materialize mode required, is missed.
> -At pl_exec.c
> The error mgs do not report about the materialize mode
> -At pltcl.c:
> The function pltcl_init_tuple_store does not check rsi appropriately.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2022-02-20 14:37:33 Re: Uniforms the errors msgs at tuplestore paths
Previous Message Ranier Vilela 2022-02-20 14:12:42 Uniforms the errors msgs at tuplestore paths