From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Put back intra-grant-inplace.spec test coverage |
Date: | 2025-08-27 15:54:37 |
Message-ID: | E1urITt-001wBB-0m@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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 <noah(at)leadboat(dot)com>
Reviewed-by: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Discussion: https://www.postgresql.org/message-id/flat/bf72b82c-124d-4efa-a484-bb928e9494e4(at)eisentraut(dot)org
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2025-08-27 23:16:07 | pgsql: aio: Stop using enum bitfields due to bad code generation |
Previous Message | Peter Eisentraut | 2025-08-27 14:17:09 | pgsql: Fix: Don't strip $libdir from nested module_pathnames |