/
githubmirror
/
postgres
ОбзорДокументацияВойти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../bin/pg_amcheck/
..
po

Translation updates

2 месяца назад
t

Update copyright for 2026

7 месяцев назад
.gitignore

Add pg_amcheck, a CLI for contrib/amcheck.

5 лет назад
Makefile

Update copyright for 2026

7 месяцев назад
README

Doc: improve README files associated with TAP tests.

5 лет назад
meson.build

Update copyright for 2026

7 месяцев назад
nls.mk

Add missing source files to nls.mk

2 года назад
pg_amcheck.c

Fix for loop variables

месяц назад
README
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.
 
See src/test/perl/README for more info about running these tests.