mirror of
https://github.com/postgres/postgres.git
synced 2026-02-12 15:23:16 -05:00
This covers basic calls within a single backend process, and also calling dsa_allocate() or dsa_get_address() while in a different resource owners. The latter case was fixed by the previous commit. Discussion: https://www.postgresql.org/message-id/11b70743-c5f3-3910-8e5b-dd6c115ff829%40gmail.com
4 lines
82 B
SQL
4 lines
82 B
SQL
CREATE EXTENSION test_dsa;
|
|
|
|
SELECT test_dsa_basic();
|
|
SELECT test_dsa_resowners();
|