At Thu, 29 Dec 2022 13:52:18 +0300, Дмитрий Цветков
wrote in
> I'm trying to write my first extension and open a table in it.
> I use check_password_hook and my function executes at the moment of
> changing user password.
>
> But if I try to open a table inside this function, I get Segmentation
Hi!
I'm trying to write my first extension and open a table in it.
I use check_password_hook and my function executes at the moment of
changing user password.
But if I try to open a table inside this function, I get Segmentation fault
on the line with "RelationGetDescr".
What am I doing wrong?