| From: | Mark Dilger <hornschnorter(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Assertion failing in master, predicate.c |
| Date: | 2019-11-22 02:36:33 |
| Message-ID: | 01fd6b1f-61e9-27ec-1ca9-9fab37300e74@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 11/21/19 6:20 PM, Mark Dilger wrote:
> Hackers,
>
> I stumbled upon an assertion while testing master for possible
> bugs. I am reporting it here in the hope that this report will
> be useful. The attached small regression test patch consistently
> triggers an assert in predicate.c:
>
> TRAP: FailedAssertion("!isCommit ||
> SxactIsPrepared(MySerializableXact)", File: "predicate.c", Line: 3372)
I have winnowed down the test a bit further. The attached
smaller patch still triggers the same assertion as the prior
patch did.
--
Mark Dilger
| Attachment | Content-Type | Size |
|---|---|---|
| predicate.assertion.WIP.2 | text/plain | 1.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | TAKATSUKA Haruka | 2019-11-22 03:23:50 | Re: fix "Success" error messages |
| Previous Message | Mark Dilger | 2019-11-22 02:20:12 | Assertion failing in master, predicate.c |