[PATCH] btree_gist: fix union implementation for variable length columns - Mailing list pgsql-hackers

From Pavel Raiskup
Subject [PATCH] btree_gist: fix union implementation for variable length columns
Date
Msg-id 18451583.ZEuM8ThfqI@nb.usersys.redhat.com
Whole thread Raw
Responses Re: [PATCH] btree_gist: fix union implementation for variable length columns  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi hackers,

while I tried to debug 'gcc -fstack-protector -O3' problems in [1], I noticed
that gbt_var_union() mistreats the first vector element.  Patch is attached.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1544349
Pavel

Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Cache invalidation after authentication (on-the-fly role creation)
Next
From: Ashutosh Bapat
Date:
Subject: Re: Expression errors with "FOR UPDATE" and postgres_fdw withpartition wise join enabled.