Re: Alignment padding bytes in arrays vs the planner

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Alignment padding bytes in arrays vs the planner
Date: 2011-05-24 18:34:10
Message-ID: 12782.1306262050@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Noah Misch <noah(at)leadboat(dot)com> writes:
> Adding a memory definedness check to printtup() turned up one more culprit:
> tsquery_and.

Patch applied, thanks.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-05-24 18:40:17 Re: Alignment padding bytes in arrays vs the planner
Previous Message David E. Wheeler 2011-05-24 18:33:43 Re: Domains versus polymorphic functions, redux