Skip to content

Commit 3be8940

Browse files
committed
Revert "Drop unlogged table in regress test to avoid noise in tests"
This reverts commit 0421224. We can just filter the files to compare in test_pg_regress instead.
1 parent bced316 commit 3be8940

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/test/regress/expected/spgist.out

-3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,3 @@ select box(point(i,j))
9494
from generate_series(1,100,5) i,
9595
generate_series(1,10,5) j;
9696
-- leave this table around, to help in testing dump/restore
97-
-- NEON: In Neon unlogged tables are wiped away on node restart
98-
-- so drop the table to keep Neon tests clean.
99-
drop table spgist_unlogged_tbl;

src/test/regress/sql/spgist.sql

-3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,3 @@ select box(point(i,j))
8989
from generate_series(1,100,5) i,
9090
generate_series(1,10,5) j;
9191
-- leave this table around, to help in testing dump/restore
92-
-- NEON: In Neon unlogged tables are wiped away on node restart
93-
-- so drop the table to keep Neon tests clean.
94-
drop table spgist_unlogged_tbl;

0 commit comments

Comments
 (0)