*** pgsql/src/backend/utils/adt/xml.c 2008/03/25 22:42:44 1.71 --- pgsql/src/backend/utils/adt/xml.c 2008/04/04 08:33:15 1.72 *************** *** 7,13 **** * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.70 2008/03/24 19:12:49 tgl Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.71 2008/03/25 22:42:44 tgl Exp $ * *------------------------------------------------------------------------- */ *************** *** 86,93 **** /* GUC variables */ ! XmlBinaryType xmlbinary; ! XmlOptionType xmloption; #ifdef USE_LIBXML --- 86,93 ---- /* GUC variables */ ! int xmlbinary; ! int xmloption; #ifdef USE_LIBXML