Re: [HACKERS] error in linking
"Hicham G. Elmongui" <[EMAIL PROTECTED]> writes: > When I tried to gmake, i got the following error message: > > Undefined first referenced > symbol in file > PrintPlan
[HACKERS] error in linking
Hi, i am trying to add some functions to postgresql. I created a file called "./src/backend/executor/testing.c" then created a file called "./src/include/executor/testing.h" then added "testing.o" to the OBJS in "./src/backend/executor/Makefile" I included "executor/testing.h" in execM