diff options
| author | Michael Paquier <michael@paquier.xyz> | 2020-08-18 11:10:50 +0900 |
|---|---|---|
| committer | Michael Paquier <michael@paquier.xyz> | 2020-08-18 11:10:50 +0900 |
| commit | adbe62d04b360bbd408d97e447932d8078485972 (patch) | |
| tree | 7b3559368e70ff18c96bd0b15974d085778397a8 /src/test/modules/Makefile | |
| parent | 6e70443edacfc86674995c0c10ade0aec7a4fddf (diff) | |
Add PL/Sample to src/test/modules/
PL/Sample is an example template of procedural-language handler. This
can be used as a base to implement a custom PL, or as a facility to test
APIs dedicated to PLs. Much more could be done in this module, like
adding a simple validator, but this is left as future work.
The documentation included originally some C code to understand the
basics of PL handler implementation, but it was outdated, and not really
helpful either if trying to implement a new procedural language,
particularly when it came to the integration of a PL installation with
CREATE EXTENSION.
Author: Mark Wong
Reviewed-by: Tom Lane, Michael Paquier
Discussion: https://postgr.es/m/20200612172648.GA3327@2ndQuadrant.com
Diffstat (limited to 'src/test/modules/Makefile')
| -rw-r--r-- | src/test/modules/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/modules/Makefile b/src/test/modules/Makefile index 1428529b041..a6d2ffbf9e0 100644 --- a/src/test/modules/Makefile +++ b/src/test/modules/Makefile @@ -10,6 +10,7 @@ SUBDIRS = \ delay_execution \ dummy_index_am \ dummy_seclabel \ + plsample \ snapshot_too_old \ test_bloomfilter \ test_ddl_deparse \ |
