Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Feb 14:30
· 35 commits to main since this release
be9110b

Installation

Download the tarball for your PostgreSQL version and architecture, then:

tar -xzf pg_stat_ch-*.tar.gz
cd pg_stat_ch-*/
sudo cp pg_stat_ch.so $(pg_config --pkglibdir)/
sudo cp pg_stat_ch.control pg_stat_ch--*.sql $(pg_config --sharedir)/extension/

See INSTALL.md in the tarball for full instructions.

Debug Symbols

Debug symbol packages (*-debuginfo.tar.gz) are provided for crash analysis.
To use them with a core dump:

tar -xzf pg_stat_ch-*-debuginfo.tar.gz
gdb -ex "set debug-file-directory $(pwd)" -ex "bt" pg_stat_ch.so core

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.2.0