Re: minor gripe about lax reloptions parsing for views - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: minor gripe about lax reloptions parsing for views
Date
Msg-id 202112242148.b6eonwy2h6bh@alvherre.pgsql
Whole thread Raw
In response to minor gripe about lax reloptions parsing for views  (Mark Dilger <mark.dilger@enterprisedb.com>)
Responses Re: minor gripe about lax reloptions parsing for views
List pgsql-hackers
On 2021-Dec-21, Mark Dilger wrote:

> Rebased patch attached:

These tests are boringly repetitive.  Can't we have something like a
nested loop, with AMs on one and reloptions on the other, where each
reloption is tried on each AM and an exception block to report the
failure or success for each case?  Maybe have the list of AMs queried
from pg_am with hardcoded additions if needed?

-- 
Álvaro Herrera              Valdivia, Chile  —  https://www.EnterpriseDB.com/
"Ninguna manada de bestias tiene una voz tan horrible como la humana" (Orual)



pgsql-hackers by date:

Previous
From: Keith Burdis
Date:
Subject: Re: Proposal: sslmode=tls-only
Next
From: Tom Lane
Date:
Subject: Refactoring the regression tests for more independence