You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/singlenode_isolation2/expected/prevent_ao_wal.out
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ CREATE
41
41
42
42
-- Switch WAL file
43
43
-1U: SELECT true FROM pg_switch_wal();
44
-
bool
45
-
------
46
-
t
44
+
?column?
45
+
----------
46
+
t
47
47
(1 row)
48
48
-- Insert data (AO)
49
49
-1U: INSERT INTO ao_foo SELECT generate_series(1,10);
@@ -64,6 +64,8 @@ VACUUM
64
64
-1Uq: ... <quitting>
65
65
66
66
-- Validate wal records
67
+
-- MERGE16_FIXME: this should throw a 'pg_waldump: error: error in WAL record at 0/40247EF8: invalid record length at 0/40247F28: expected at least 24, got 0' ERROR, fix it later
Copy file name to clipboardExpand all lines: src/test/singlenode_isolation2/sql/prevent_ao_wal.sql
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,10 @@
49
49
-1Uq:
50
50
51
51
-- Validate wal records
52
+
-- MERGE16_FIXME: this should throw a 'pg_waldump: error: error in WAL record at 0/40247EF8: invalid record length at 0/40247F28: expected at least 24, got 0' ERROR, fix it later
0 commit comments