brin multi minmax crash for inet value

From: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
To: pgsql-hackers(at)postgresql(dot)org
Cc: tomas(dot)vondra(at)enterprisedb(dot)com
Subject: brin multi minmax crash for inet value
Date: 2021-09-13 00:44:47
Message-ID: 20210913004447.GA17931@ahch-to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Tomas,

Just noted that this query crash the server. Execute it in the
regression database:

"""
update brintest_multi set inetcol = '192.168.204.50/0'::inet;
"""

Attached is the backtrace. Let me know if you need something else to
track it.

--
Jaime Casanova
Director de Servicios Profesionales
SystemGuards - Consultores de PostgreSQL

Attachment Content-Type Size
crash_brin_minmax_multi.txt text/plain 12.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Euler Taveira 2021-09-13 01:14:36 Re: Remove duplicate static function check_permissions in slotfuncs.c and logicalfuncs.c
Previous Message Euler Taveira 2021-09-13 00:25:32 Re: TAP test for recovery_end_command