postgresql/src/bin/pg_amcheck
Peter Eisentraut a6ff9f5ffb Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: ee5eafdc1eb2fdbd9274d7d5ec99300bc7584055
2026-02-08 15:11:05 +01:00
..
po Translation updates 2026-02-08 15:11:05 +01:00
t Handle DROP DATABASE getting interrupted 2023-07-13 13:03:33 -07:00
.gitignore Add pg_amcheck, a CLI for contrib/amcheck. 2021-03-12 13:00:01 -05:00
Makefile Add pg_amcheck, a CLI for contrib/amcheck. 2021-03-12 13:00:01 -05:00
nls.mk Translation updates 2026-02-08 15:11:05 +01:00
pg_amcheck.c pg_amcheck: Fix inconsistency in memory freeing 2025-02-27 14:06:00 +09:00
README Doc: add note about how to run the pg_amcheck regression tests. 2021-03-13 11:10:30 -05:00

src/bin/pg_amcheck/README

pg_amcheck is a command-line tool for running the amcheck extension.

Running the regression tests
============================

NOTE: You must have given the --enable-tap-tests argument to configure.
Also, to use "make installcheck", you must have built and installed
contrib/amcheck and contrib/pageinspect in addition to the core code.

Run
    make check
or
    make installcheck
You can use "make installcheck" if you previously did "make install".
In that case, the code in the installation tree is tested.  With
"make check", a temporary installation tree is built from the current
sources and then tested.