Re: Intermittent BRIN failures on hyrax and lousyjack
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2020-07-10T00:22:04Z
Lists: pgsql-hackers
On 2020-Jul-09, Alvaro Herrera wrote: > I have a moment now, let me have a go at it. I agree with deleting the > message. I think I'll keep the comment, slightly reworded: > > /* > * Placeholder tuples only appear during unfinished summarization, and we > * hold SUE lock, so this function cannot run concurrently with > * that. Any placeholder tuples that exist must be leftovers from a > * crashed or aborted summarization; remove them silently. > */ Pushed to all branches. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Remove WARNING message from brin_desummarize_range
- ca5001a36188 12.4 landed
- c3a79e71929a 13.0 landed
- 986529ce40c6 14.0 landed
- 907283576da5 11.9 landed
- 40316dfedc10 10.14 landed
-
BRIN de-summarization
- c655899ba9ae 10.0 cited