Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Feb 4, 2025
1 parent 6871fc1 commit 61ce025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/regress/sql/upgrade_pg_dist_object_test_after.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ DROP SCHEMA upgrade_basic CASCADE;
-- will not be marked as distributed

-- see underlying objects
SELECT relnamespace::regnamespace FROM pg_class WHERE relname = 'pg_dist_object' ORDER BY 1;
SELECT * FROM pg_class WHERE relname = 'pg_dist_object' ORDER BY 1;
SELECT i.* FROM pg_catalog.pg_dist_object, pg_identify_object_as_address(classid, objid, objsubid) i ORDER BY 1, 2, 3;

0 comments on commit 61ce025

Please sign in to comment.