Re: [PATCH] Improve REPACK (CONCURRENTLY) error messages for unsupported configurations - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: [PATCH] Improve REPACK (CONCURRENTLY) error messages for unsupported configurations
Date
Msg-id ahiwD29RNfVT4tjQ@alvherre.pgsql
Whole thread
Responses Re: [PATCH] Improve REPACK (CONCURRENTLY) error messages for unsupported configurations
List pgsql-hackers
While looking these patches over I noticed that we still have some error
reports cases uncovered.  Here's a quick attempt to try and complete
that.

After this patch I see only one uncovered error path, the one that
prevents repacking a temp table of another session.  That would require
an isolation test.  Not sure it's worth the trouble ...  (There's a
bunch of uncovered "elog(ERROR)" cases, but those are mostly just
can't-happen conditions, as I understand).

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/

Attachment

pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: Heads Up: cirrus-ci is shutting down June 1st
Next
From: Masahiko Sawada
Date:
Subject: Re: Fix race during concurrent logical decoding activation