Robert Lor wrote:
> Bruce Momjian wrote:
> > Should I apply this or hold it for 8.5?
> >
> >
> >   
> I think it should go into 8.4 as it also fixes existing problems.

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
        `TRACE_POSTGRESQL_SMGR_MD_READ_DONE'
        storage/smgr/md.o: In function `mdwrite':
        storage/smgr/md.o(.text+0xab6): undefined reference to
        `TRACE_POSTGRESQL_SMGR_MD_WRITE_DONE'
        gmake[2]: *** [postgres] Error 1
        gmake[2]: Leaving directory
        `/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/backend'
        gmake[1]: *** [all] Error 2
        gmake[1]: Leaving directory
        `/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src'


-- 
  Bruce Momjian  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

-- 
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