Changeset: bd516407b5ba for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bd516407b5ba
Modified Files:
sql/test/pg_regress/Tests/without_oid.sql
sql/test/pg_regress/Tests/without_oid.test
Branch: default
Log Message:
Don't output oid sizes
diffs (27 lines):
diff --git a/sql/test/pg_regress/Tests/without_oid.sql
b/sql/test/pg_regress/Tests/without_oid.sql
--- a/sql/test/pg_regress/Tests/without_oid.sql
+++ b/sql/test/pg_regress/Tests/without_oid.sql
@@ -51,7 +51,7 @@ SELECT min(relpages) < max(relpages), mi
WHERE relname IN ('wi', 'wo');
*/
SELECT "schema", "table", "column", type, count, typewidth, columnsize,
heapsize, hashes, "imprints", sorted FROM sys.storage
- WHERE "table" IN ('wi', 'wo');
+ WHERE "table" IN ('wi', 'wo') and "type" <> 'oid';
DROP TABLE wi;
DROP TABLE wo;
diff --git a/sql/test/pg_regress/Tests/without_oid.test
b/sql/test/pg_regress/Tests/without_oid.test
--- a/sql/test/pg_regress/Tests/without_oid.test
+++ b/sql/test/pg_regress/Tests/without_oid.test
@@ -98,9 +98,9 @@ analyze sys.wo
query TTTTIIIIIIT rowsort
SELECT "schema", "table", "column", type, count, typewidth, columnsize,
heapsize, hashes, "imprints", sorted FROM sys.storage
- WHERE "table" IN ('wi', 'wo')
+ WHERE "table" IN ('wi', 'wo') and "type" <> 'oid'
----
-209 values hashing to b471ced9cc0c6af49bd55cb30cf67c67
+198 values hashing to 3de091cc6989bce835396ea36df775e7
statement ok
DROP TABLE wi
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list