Put back intra-grant-inplace.spec test coverage Commit d31bbfb6590 lost some test coverage, because the situation being tested, a concurrent DROP, cannot happen anymore. Put the test coverage back with a bit of a trick, by deleting directly from the catalog table.
Co-authored-by: Noah Misch <[email protected]> Reviewed-by: Heikki Linnakangas <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/baf45ba0533f872acec16ece7f45f4db13fcbd3f Modified Files -------------- src/test/isolation/expected/intra-grant-inplace.out | 4 ++-- src/test/isolation/specs/intra-grant-inplace.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
