Skip to content

Commit

Permalink
Revert "Drop unlogged table in regress test to avoid noise in tests"
Browse files Browse the repository at this point in the history
This reverts commit 0421224. We can
just filter the files to compare in test_pg_regress instead.
  • Loading branch information
tristan957 committed May 20, 2024
1 parent 16842cb commit e2dbd63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/test/regress/expected/spgist.out
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,3 @@ select box(point(i,j))
from generate_series(1,100,5) i,
generate_series(1,10,5) j;
-- leave this table around, to help in testing dump/restore
-- NEON: In Neon unlogged tables are wiped away on node restart
-- so drop the table to keep Neon tests clean.
drop table spgist_unlogged_tbl;
3 changes: 0 additions & 3 deletions src/test/regress/sql/spgist.sql
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,3 @@ select box(point(i,j))
from generate_series(1,100,5) i,
generate_series(1,10,5) j;
-- leave this table around, to help in testing dump/restore
-- NEON: In Neon unlogged tables are wiped away on node restart
-- so drop the table to keep Neon tests clean.
drop table spgist_unlogged_tbl;

0 comments on commit e2dbd63

Please sign in to comment.