Run temporary PostgreSQL databases
pg_tmp
creates temporary PostgreSQL databases, suitable for tasks like running software test suites. Temporary databases created with pg_tmp
have a limited shared memory footprint and are automatically garbage-collected after a configurable number of seconds (the default is 60).
Linter | Message | Location |
---|---|---|
wrapper-inputs Make sure 'wrap-program' can finds its interpreter. | "bash-minimal" should be in 'inputs' when 'wrap-program' is used |