Re: Weird behaviour with binary copy, arrays and column count

From: James Vanns <jvanns(at)ilm(dot)com>
To: Greg Stark <stark(at)mit(dot)edu>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Weird behaviour with binary copy, arrays and column count
Date: 2022-07-12 08:23:22
Message-ID: CAH7vdhNxE9CUyXLGPVNayHWouLsY-dy9utrL6OkYhtL3dDzyDg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

That's a good tip! Can't believe I hadn't even thought of that! :/

Cheers

Jim

On Mon, 11 Jul 2022 at 21:59, Greg Stark <stark(at)mit(dot)edu> wrote:
>
> On Fri, 8 Jul 2022 at 13:09, James Vanns <jvanns(at)ilm(dot)com> wrote:
> >
> > It does seem to smell of an alignment, padding, buffer overrun, parsing kind of error.
>
> It does.... I think you may need to bust out a debugger and see what
> array_recv is actually seeing...
>
> --
> greg

--
Jim Vanns
Principal Production Engineer
Industrial Light & Magic, London

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2022-07-12 08:52:01 Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns
Previous Message Alexander Korotkov 2022-07-12 08:22:53 Re: Custom tuplesorts for extensions