> I was not using Makefile on purpose because I want to know exactly what I
> am doing wrong
That's exactly the reason why I would avoid doing many suspicious
things at a time.
> (anyway - make in src/tutorial leads in the ver 6.4.2 to
> errors due to inconsitency in header files - starting wit
Thank you for responding.
I was not using Makefile on purpose because I want to know exactly what I
am doing wrong (anyway - make in src/tutorial leads in the ver 6.4.2 to
errors due to inconsitency in header files - starting with missing
declaration of char16 type).
>From what you wrote I gues
Hallo,
I am new here and hoping I am at the right place. If not would you please
redirect me?
I am having troubles with user defined types.
I create very simple type "complex" from the postgres tutorial, even make
it much more simple, so I can be pretty sure there is not any memory
leak: