Skip to content

Commit

Permalink
normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
m3hm3t committed Jan 21, 2025
1 parent 9e61a19 commit c1f03b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/regress/expected/pg17.out
Original file line number Diff line number Diff line change
Expand Up @@ -2701,9 +2701,9 @@ WHEN NOT MATCHED THEN DO NOTHING;
-- Create a distributed table with a random suffix
CREATE TABLE dist_table_67890 (id INTEGER);
SELECT create_distributed_table('dist_table_67890', 'id');
create_distributed_table
--------------------------
create_distributed_table
---------------------------------------------------------------------

(1 row)

-- Test crash scenario on a distributed table
Expand Down

0 comments on commit c1f03b5

Please sign in to comment.