xml2 compile error - work_mem undeclared

From: George Weaver <gweaver(at)shaw(dot)ca>
To: pgsql-novice(at)postgresql(dot)org
Subject: xml2 compile error - work_mem undeclared
Date: 2004-11-22 19:48:50
Message-ID: 001c01c4d0cc$4c2cb280$6400a8c0@Dell4500
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I am trying to compile contrib/xml2 under version 7.3.2, and receive the following error message:

xpath.c:659: error: `work_mem' undeclared (first use in this function)
xpath.c:659: error: (Each undeclared identifier is reported only once
xpath.c:659: error: for each function it appears in.)
xpath.c:659: error: too many arguments to function `tuplestore_begin_heap'
Can someone help?

George

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jeff Flowers 2004-11-22 19:55:50 Using PostgreSQL As A Personal Database
Previous Message Tom Lane 2004-11-22 16:03:53 Re: memory allocation in postgres