Skip to content

Commit

Permalink
Drop Neon-specific spgist regression test change
Browse files Browse the repository at this point in the history
The original purpose for this change was to keep test_pg_regress with
the way that Neon handles unlogged relations. Instead, we can just
filter the files the test checks against.
  • Loading branch information
tristan957 committed May 16, 2024
1 parent cf1a5be commit c271017
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 c271017

Please sign in to comment.