Skip to content

Commit

Permalink
Adjust dist_util test output
Browse files Browse the repository at this point in the history
In 8767de6 the freezing of tuples was
introduced, which changes the relation size in PG >= 14 by one page
since a visibility map is created. This PR adjusts the output of the
dist_util test.
  • Loading branch information
jnidzwetzki committed Oct 31, 2023
1 parent 98623ea commit 4048900
Show file tree
Hide file tree
Showing 7 changed files with 3,291 additions and 2 deletions.
File renamed without changes.
1,096 changes: 1,096 additions & 0 deletions tsl/test/expected/dist_util-14.out

Large diffs are not rendered by default.

1,096 changes: 1,096 additions & 0 deletions tsl/test/expected/dist_util-15.out

Large diffs are not rendered by default.

1,096 changes: 1,096 additions & 0 deletions tsl/test/expected/dist_util-16.out

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tsl/test/sql/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
/dist_views-*.sql
/dist_compression-*.sql
/dist_move_chunk-*.sql
/dist_util-*.sql
/hypertable_distributed-*.sql
/jit-*.sql
/modify_exclusion-*.sql
Expand Down
4 changes: 2 additions & 2 deletions tsl/test/sql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ if(CMAKE_BUILD_TYPE MATCHES Debug)
dist_ddl.sql
dist_cagg.sql
dist_policy.sql
dist_util.sql
dist_triggers.sql
dist_backup.sql
remote_connection_cache.sql
Expand Down Expand Up @@ -213,7 +212,8 @@ if(CMAKE_BUILD_TYPE MATCHES Debug)
dist_partial_agg.sql.in
dist_query.sql.in
dist_compression.sql.in
dist_move_chunk.sql.in)
dist_move_chunk.sql.in
dist_util.sql.in)
endif()
endif(CMAKE_BUILD_TYPE MATCHES Debug)

Expand Down
File renamed without changes.

0 comments on commit 4048900

Please sign in to comment.