cursor - Search results
Mailing lists >> pgsql-bugs >> Thread
2024-10-06 21:08:25 | Re: Server crash when selecting from pg_cursors (Tom Lane)
cursor() is assuming portal->sourceText can't be NULL: values[1] = CStringGetTextDatum(portal->sourceText); which
Mailing lists >> pgsql-bugs >> Thread
2024-10-06 19:15:10 | Server crash when selecting from pg_cursors (PetSerAl)
cursors; postgres$# RETURN null; postgres$# END postgres$# $$; CREATE FUNCTION postgres=# DO $$ postgres$# DECLARE postgres$# a integer