This is a discussion on XML support in MSVC build within the Pgsql Patches forums, part of the PostgreSQL category; --> Attached patch adds support for the recent XML-in-backend stuff to the MSVC build. Most config stuff was already present ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Attached patch adds support for the recent XML-in-backend stuff to the MSVC build. Most config stuff was already present for contrib/xml2, but needed to add the includes and defines to the backend build as well. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| Magnus Hagander <magnus@hagander.net> writes: > Attached patch adds support for the recent XML-in-backend stuff to the > MSVC build. Most config stuff was already present for contrib/xml2, but > needed to add the includes and defines to the backend build as well. Applied, thanks. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |