Re: [EXT] Re: Passing XML column in an array

From: Garfield Lewis <garfield(dot)lewis(at)lzlabs(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: [EXT] Re: Passing XML column in an array
Date: 2022-02-10 18:13:58
Message-ID: 7141412E-3BF3-4EA1-8E26-5CA8ED8F0817@lzlabs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> The most obvious theory is that there are some nulls in the XT.XMLT1C1
> column. Since your code isn't bothering to check pXmlDataNulls[ix],
> it would hit a null-pointer dereference when accessing pXmlData[ix].
>
> regards, tom lane

Thx, Tom... my bad...

Regards,
Garfield

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2022-02-10 19:09:01 Re: Can we go beyond the standard to make Postgres radically better?
Previous Message Tom Lane 2022-02-10 17:53:27 Re: Passing XML column in an array