From:
Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To:
Mike Fowler <mike(at)mlfowler(dot)com>
Cc:
Bruce Momjian <bruce(at)momjian(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: [PATCH] Re: Adding xpath_exists function
Date:
2010-08-06 02:29:10
Message-ID:
1281061552-sup-8773@alvh.no-ip.org (view raw or flat )
Thread:
2010-05-06 14:10:15 from Mike Fowler <mike(at)mlfowler(dot)com>
2010-05-06 15:43:09 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-05-06 21:53:23 from mike(at)mlfowler(dot)com
2010-05-07 02:40:59 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-05-07 09:46:55 from Mike Fowler <mike(at)mlfowler(dot)com>
2010-05-11 09:21:43 from Mike Fowler <mike(at)mlfowler(dot)com>
2010-05-31 16:58:12 from Bruce Momjian <bruce(at)momjian(dot)us>
2010-06-27 16:09:21 from Mike Fowler <mike(at)mlfowler(dot)com>
2010-06-29 10:37:28 from Mike Fowler <mike(at)mlfowler(dot)com>
2010-07-27 23:33:25 from David Fetter <david(at)fetter(dot)org>
2010-07-27 23:41:29 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-07-27 23:55:52 from Jeff Davis <pgsql(at)j-davis(dot)com>
2010-08-06 04:38:12 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2010-08-06 08:04:15 from Mike Fowler <mike(at)mlfowler(dot)com>
2010-08-06 19:55:05 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2010-08-07 15:38:06 from Mike Fowler <mike(at)mlfowler(dot)com>
2010-08-08 19:18:17 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-08-06 02:29:10 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Lists:
pgsql-hackers pgsql-rrreviewers
Excerpts from Mike Fowler's message of mar jun 29 06:37:28 -0400 2010:
> After seeing some other posts in the last couple of days, I realised I
> hadn't documented the function in the SGML. I have now done so, and
> added a couple of tests with XML literals. Please find the patch
> attached. Now time to go correct the xmlexists patch too...
Hmm, is 0 a valid node number in a xmlNodeSet? If it is, searching for
the zeroth node would make the code call PG_RETURN_BOOL(0), no?
--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
In response to
pgsql-hackers by date
Next :From: Greg StarkDate: 2010-08-06 02:44:30
Subject : Re: BUG #5599: Vacuum fails due to index corruption issues
Previous :From : Robert HaasDate : 2010-08-06 02:11:20
Subject : LockDatabaseObject vs. LockSharedObject
pgsql-rrreviewers by date
Next :From: Peter EisentrautDate: 2010-08-06 04:38:12
Subject : Re: Review: Re: [PATCH] Re: [HACKERS] Adding xpath_exists function
Previous :From : Kevin GrittnerDate : 2010-08-05 18:42:54
Subject : CommitFest 2010-07 week three progress report