• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Nov-2021-

brin/H08-Nov-2021-178133

commit_ts/H08-Nov-2021-427328

dummy_seclabel/H08-Nov-2021-379282

snapshot_too_old/H08-Nov-2021-348254

test_ddl_deparse/H08-Nov-2021-1,4221,163

test_extensions/H08-Nov-2021-645488

test_parser/H08-Nov-2021-331229

test_pg_dump/H08-Nov-2021-1,3411,140

test_rls_hooks/H08-Nov-2021-638423

test_shm_mq/H08-Nov-2021-1,001567

worker_spi/H08-Nov-2021-447276

MakefileH A D08-Nov-2021387 2317

READMEH A D08-Nov-2021556 1410

README

1Test extensions and libraries
2=============================
3
4src/test/modules contains PostgreSQL extensions that are primarily or entirely
5intended for testing PostgreSQL and/or to serve as example code. The extensions
6here aren't intended to be installed in a production server and aren't suitable
7for "real work".
8
9Most extensions have their own pg_regress tests or isolationtester specs. Some
10are also used by tests elsewhere in the tree.
11
12If you're adding new hooks or other functionality exposed as C-level API this
13is where to add the tests for it.
14