segmentation fault using currtid and partitioned tables - Mailing list pgsql-hackers

From Jaime Casanova
Subject segmentation fault using currtid and partitioned tables
Date
Msg-id CAJGNTeO93u-5APMga6WH41eTZ3Uee9f3s8dCpA-GSSqNs1b=Ug@mail.gmail.com
Whole thread Raw
Responses Re: segmentation fault using currtid and partitioned tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

Another one caught by sqlsmith, on the regression database run this
query (using any non-partitioned table works fine):

"""
select currtid('pagg_tab'::regclass::oid, '(0,156)'::tid) >= '(1,158)'::tid;
"""

This works on 11 (well it gives an error because the file doesn't
exists) but crash the server on 12+

attached the stack trace from master

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

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: potential stuck lock in SaveSlotToPath()
Next
From: Jürgen Purtz
Date:
Subject: Re: Add A Glossary