Files
Vadim Godunko 78596d3bf3 U917-009 Use char_array instead of Standard.String...
... to avoid use of secondary stack for string conversion.

Change-Id: Id7a6a8b124217bcbd87713e7547ce54d009c6a09
2021-10-06 10:33:43 +02:00
..
2021-09-20 18:56:26 +02:00
2021-09-20 18:56:26 +02:00
2021-09-20 18:56:26 +02:00
2021-09-20 18:56:26 +02:00

How to test the binding

  1. Build an example

  2. Create database as ordinary user

    createdb test

  3. Create database schema as ordinary user

    psql test -f example/schema.sql

  4. Create functions declarations as PostgreSQL superuser

    psql test -f example/module.sql

  5. Run the test script

    psql test -f testsuite/test_pgxs.sql

  6. Compare the output with the expected result