pgsql: Functions for mapping table data and table schemas to XML (a.k.a.

Started by Nonamealmost 19 years ago3 messages
#1Noname
petere@postgresql.org

Log Message:
-----------
Functions for mapping table data and table schemas to XML (a.k.a. XML export)

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.360 -> r1.361)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.360&r2=1.361)
pgsql/src/backend/utils/adt:
xml.c (r1.28 -> r1.29)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.diff?r1=1.28&r2=1.29)
pgsql/src/include/catalog:
catversion.h (r1.384 -> r1.385)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h.diff?r1=1.384&r2=1.385)
pg_proc.h (r1.443 -> r1.444)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h.diff?r1=1.443&r2=1.444)
pgsql/src/include/utils:
xml.h (r1.15 -> r1.16)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/xml.h.diff?r1=1.15&r2=1.16)

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Noname (#1)
Re: pgsql: Functions for mapping table data and table schemas to XML (a.k.a.

Am Freitag, 16. Februar 2007 08:46 schrieb Peter Eisentraut:

Log Message:
-----------
Functions for mapping table data and table schemas to XML (a.k.a. XML
export)

Breaks various platforms. I'm on it.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

#3Teodor Sigaev
teodor@sigaev.ru
In reply to: Noname (#1)
Re: pgsql: Functions for mapping table data and table schemas to XML (a.k.a.

gcc -O0 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g
-I../../../../src/include -c -o xml.o xml.c -MMD -MP -MF .deps/xml.Po
xml.c: In function `map_sql_type_to_xmlschema_type':
xml.c:2188: error: `INT64_MAX' undeclared (first use in this function)
xml.c:2188: error: (Each undeclared identifier is reported only once
xml.c:2188: error: for each function it appears in.)
xml.c:2188: error: `INT64_MIN' undeclared (first use in this function)
gmake[4]: *** [xml.o] О©╫О©╫О©╫О©╫О©╫О©╫ 1
gmake[4]: Leaving directory `/spool/home/teodor/pgsql/src/backend/utils/adt'
gmake[3]: *** [adt-recursive] О©╫О©╫О©╫О©╫О©╫О©╫ 2
gmake[3]: Leaving directory `/spool/home/teodor/pgsql/src/backend/utils'
gmake[2]: *** [utils-recursive] О©╫О©╫О©╫О©╫О©╫О©╫ 2
gmake[2]: Leaving directory `/spool/home/teodor/pgsql/src/backend'
gmake[1]: *** [all] О©╫О©╫О©╫О©╫О©╫О©╫ 2
gmake[1]: Leaving directory `/spool/home/teodor/pgsql/src'

% uname -a
FreeBSD xor.sai.msu.ru 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Mon Jan 29 17:43:53
MSK 2007 teodor@xor.sai.msu.ru:/usr/obj/usr/src/sys/XOR i386
% gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.6 [FreeBSD] 20060305

Peter Eisentraut wrote:

Log Message:
-----------
Functions for mapping table data and table schemas to XML (a.k.a. XML export)

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.360 -> r1.361)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.360&r2=1.361)
pgsql/src/backend/utils/adt:
xml.c (r1.28 -> r1.29)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.diff?r1=1.28&r2=1.29)
pgsql/src/include/catalog:
catversion.h (r1.384 -> r1.385)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h.diff?r1=1.384&r2=1.385)
pg_proc.h (r1.443 -> r1.444)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h.diff?r1=1.443&r2=1.444)
pgsql/src/include/utils:
xml.h (r1.15 -> r1.16)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/xml.h.diff?r1=1.15&r2=1.16)

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

--
Teodor Sigaev E-mail: teodor@sigaev.ru
WWW: http://www.sigaev.ru/