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-14T18:33:21Z
Lists: pgsql-general
It works, shouldn´t but works. Results False
And I have created these two operators a long time ago.
CREATE OPERATOR public.= (
FUNCTION = public.fntextonumero,
LEFTARG = text,
RIGHTARG = public.i32
);
CREATE OPERATOR public.= (
FUNCTION = public.fntextonumero,
LEFTARG = public.i32,
RIGHTARG = text
);
Droped them and works as expected, giving me same message like yours.
DROP OPERATOR public.= (text,public.i32);
DROP OPERATOR public.= (public.i32,text);
--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html
Commits
-
Be more careful about the shape of hashable subplan clauses.
- dea07098af20 10.15 landed
- b538e83f17e3 13.0 landed
- 9d472b51e987 11.10 landed
- 912fb290c5dd 12.5 landed
- 7241edc4fa8c 9.6.20 landed
- 5190707d7436 9.5.24 landed
- 1e7629d2c95f 14.0 landed