Re: error context for vacuum to include block number

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: error context for vacuum to include block number
Date: 2020-01-02 16:27:01
Message-ID: 20200102162701.GA2709@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Dec 26, 2019 at 09:57:04AM -0600, Justin Pryzby wrote:
> So rebasified against your patch.

Rebased against your patch in master this time.

Attachment Content-Type Size
v8-0001-Rename-buf-to-avoid-shadowing-buf-of-another-type.patch text/x-diff 2.7 KB
v8-0002-dedup2-skip_blocks.patch text/x-diff 9.1 KB
v8-0003-vacuumlazy-typos-in-comments.patch text/x-diff 1.4 KB
v8-0004-vacuum-errcontext-to-show-block-being-processed.patch text/x-diff 3.8 KB
v8-0005-add-errcontext-callback-in-lazy_vacuum_heap-too.patch text/x-diff 1.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2020-01-02 16:38:35 avoid some calls to memset with array initializer
Previous Message Robert Haas 2020-01-02 15:26:14 Re: [PATCH] Fix parallel query doc typos