Hi Tom, thanks a lot
Adding explicit_bzero.o did the job
Thanks a lot
dm
From: Tom Lane
Date: Tuesday, March 7, 2023 at 9:14 AM
To: Dimitry Markman
Cc: pgsql-hackers@lists.postgresql.org ,
Bhavya Dabas
Subject: Re: some problem explicit_bzero with building PostgreSQL on linux
Dimitry
Dimitry Markman writes:
> how we can guaranty that if HAVE_EXPLICIT_BZERO is not defined then
> explicit_bzero function implemented in port/explicit_bzero.c will be used
> (just like in Darwin or windows)
Did you remember to add explicit_bzero.o to LIBOBJS in
the configured Makefile.global?
If