Spracherkennung für: .out vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
CREATE EXTENSION test_dsa;
SELECT test_dsa_basic();
test_dsa_basic
----------------
(1 row)
SELECT test_dsa_resowners();
test_dsa_resowners
--------------------
(1 row)
-- Test allocations across a pre-defined range of pages. This covers enough
-- range to check for the case of odd-sized segments, without making the test
-- too slow.
SELECT test_dsa_allocate(1001, 2000, 100);
test_dsa_allocate
-------------------
(1 row)
-- Larger size with odd-sized segment.
SELECT test_dsa_allocate(6501, 6600, 100);
test_dsa_allocate
-------------------
(1 row)
[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-08-08]