Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/src/test/modules/test_dsa/expected/   (Postgres Database Version 18.4©)  Datei vom 11.4.2026 mit Größe 574 B image not shown  

Quelle  test_dsa.out   Sprache: unbekannt

 
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(10012000100);
 test_dsa_allocate 
-------------------
 
(1 row)

-- Larger size with odd-sized segment.
SELECT test_dsa_allocate(65016600100);
 test_dsa_allocate 
-------------------
 
(1 row)


[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-08-08]