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 [EMAIL PROTECTED]:/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 [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

--
Teodor Sigaev                                   E-mail: [EMAIL PROTECTED]
                                                   WWW: http://www.sigaev.ru/

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
      choose an index scan if your joining column's datatypes do not
      match

Reply via email to