[PATCH] btree_gist: fix union implementation for variable length columns

From: Pavel Raiskup <praiskup(at)redhat(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] btree_gist: fix union implementation for variable length columns
Date: 2018-07-04 09:54:22
Message-ID: 18451583.ZEuM8ThfqI@nb.usersys.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-Fix-btree_gist-union-for-variable-length-types.patch text/x-patch 3.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2018-07-04 10:04:46 Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled.
Previous Message Thomas Munro 2018-07-04 09:37:41 Re: Cache invalidation after authentication (on-the-fly role creation)