Re: Server goes to Recovery Mode when run a SQL

Marcos Pegoraro <marcos@f10.com.br>

From: PegoraroF10 <marcos@f10.com.br>
To: pgsql-general@postgresql.org
Date: 2020-08-14T15:43:04Z
Lists: pgsql-general
Ok, it works if I cast TipoRecebimento to text.

(TipoRecebimento::text in (select substring(VarValue from 3) from Var where
Name = '/Config/TipoRecebimentoCancelamento'))

But now, how can I know what custom operator it´s trying to use, because
some day I can get in troubles again because that.



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html



Commits

  1. Be more careful about the shape of hashable subplan clauses.