since-v2.diff.txt

text/plain

Filename: since-v2.diff.txt
Type: text/plain
Part: 0
Message: Re: pg_dump needs SELECT privileges on irrelevant extension table
1:  6373939500 = 1:  6373939500 Add failing test for undumped extension table
2:  41db5f9c75 ! 2:  3e997da147 pg_dump: skip lock for extension tables without policies
    @@ src/bin/pg_dump/pg_dump.c: dumpLOs(Archive *fout, const void *arg)
      }
      
     +/*
    -+ * getTablesWithPolicies TODO
    ++ * getTablesWithPolicies
    ++ *   retrieve the IDs of all tables with pg_policy entries
     + */
     +void
     +getTablesWithPolicies(Archive *fout)