2023-01-19 16:52:34 +01:00
|
|
|
# MyFirstUDRKit
|
|
|
|
|
2023-01-23 16:18:30 +01:00
|
|
|
|
|
|
|
### Building the kit
|
|
|
|
|
|
|
|
```
|
|
|
|
cd builds
|
|
|
|
make
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Installation
|
|
|
|
|
|
|
|
#### run the sql on the target database
|
|
|
|
Decide whether to install the functions globally or as part of a package
|
|
|
|
|
2023-01-25 09:54:20 +01:00
|
|
|
|
|
|
|
|
|
|
|
### Testing
|
|
|
|
|
|
|
|
- create a test db
|
|
|
|
- add functions
|
|
|
|
- write some simple tests
|
|
|
|
|
|
|
|
|
|
|
|
### Stress testing
|
|
|
|
|
|
|
|
- compile fb for valgrind
|
|
|
|
- stress test for leakage
|
|
|
|
|
|
|
|
|
2023-01-23 16:18:30 +01:00
|
|
|
(TODO)
|