• Michael Paquier's avatar
    Make more stable regression tests of dummy_index_am for string validations · e0afac12
    Michael Paquier authored
    Several buildfarm members (crake, loach and spurfowl) are complaining
    about two queries looking up at pg_class.reloptions which trigger the
    validation routines for string reloptions with default values.  This
    commit limits the routines to be triggered only when building an index
    with all custom options set in CREATE INDEX, which is sufficient for the
    coverage.
    
    Introduced by 640c1986.
    e0afac12
reloptions.sql 2.99 KB