Re: BUG #2291: int2vectorrecv() and oidvectorrecv() are wrong (SIGBUS) - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2291: int2vectorrecv() and oidvectorrecv() are wrong (SIGBUS)
Date
Msg-id 11765.1141334060@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2291: int2vectorrecv() and oidvectorrecv() are wrong (SIGBUS)  ("Tim Kordas" <tkordas@greenplum.com>)
List pgsql-bugs
"Tim Kordas" <tkordas@greenplum.com> writes:
> During Greenplum's ongoing effort to expand support for postgres datatypes
> in Bizgres-MPP; we discovered some issues with int2vectorrecv() and
> oidvectorrecv().

Yeah, seems I broke them while changing these datatypes to be regular
arrays :-(.  Fix committed in HEAD and 8.1 branches.  Thanks for the
report.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2295: MemoryContextSwitchTo missing
Next
From: Tom Lane
Date:
Subject: Re: BUG #2294: SPI_connect() fails in trigger when a Foreignkey constraint exists on same table as trigger.