Bruce Momjian wrote:

> I am seeing the following error when linking the backend on a BSD machine:
> 
>       ./../src/port/libpgport_srv.a -lssl -lcrypto -lgetopt -ldl -lutil -lm -o
>       postgres
>       storage/buffer/bufmgr.o: In function `ReadBuffer_common':
>       storage/buffer/bufmgr.o(.text+0x4e2): undefined reference to
>       `TRACE_POSTGRESQL_BUFFER_READ_DONE'
>       storage/smgr/md.o: In function `mdread':
>       storage/smgr/md.o(.text+0x8a7): undefined reference to

The reason is that Gen_dummy_probes.sed handles only up to 6 args, and
this function has 7.  Just add one more line to that file.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to