Failed Assertion about PolymorphicType - Mailing list pgsql-hackers

From Jaime Casanova
Subject Failed Assertion about PolymorphicType
Date
Msg-id CAJGNTeMbhtsCUZgJJ8h8XxAJbK7U2ipsX8wkHRtZRz-NieT8RA@mail.gmail.com
Whole thread Raw
Responses Re: Failed Assertion about PolymorphicType  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

Running sqlsmith on master i got an assertion failure on parse_coerce.c:2049

This is a minimal query to reproduce in an empty database, i also
attached the stack trace

 """
select
  pg_catalog.array_in(
    cast(pg_catalog.regoperatorout(
      cast(cast(null as regoperator) as regoperator)) as cstring),
    cast((select pronamespace from pg_catalog.pg_proc limit 1 offset 1)
       as oid),
    cast(subq_1.pid as int4)) as c0
from pg_catalog.pg_stat_progress_analyze as subq_1
 """

-- 
Jaime Casanova                      www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: A problem about partitionwise join
Next
From: Tom Lane
Date:
Subject: Re: Failed Assertion about PolymorphicType