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

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Peter Eisentraut <petere(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Functions for mapping table data and table schemas to XML (a.k.a.
Date: 2007-02-16 10:24:08
Message-ID: 45D58648.9010206@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(at)xor(dot)sai(dot)msu(dot)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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2007-02-16 10:42:31 pgsql: Add stdint.h include
Previous Message Peter Eisentraut 2007-02-16 08:58:53 Re: pgsql: Functions for mapping table data and table schemas to XML (a.k.a.

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2007-02-16 10:53:37 Mail getting through?
Previous Message Magnus Hagander 2007-02-16 09:13:35 Re: pg_restore fails with a custom backup file