Base de données relationnelle
Find a file
Álvaro Herrera 2670cc298f
Cover additional errors and corner conditions in repack.c
The coverage report shows that some error cases were not being tested;
add test cases for them.

While at it, move some recently added ones to the test_decoding suite:
the preventative check added in 43649b6a53 now causes servers with
wal_level=minimal to error out earlier than before.

Author: Álvaro Herrera <alvherre@kurilemu.de>
Reviewed-by: Baji Shaik <baji.pgdev@gmail.com>
Discussion: https://postgr.es/m/ahiwD29RNfVT4tjQ@alvherre.pgsql
2026-05-29 11:54:00 +02:00
.github
config
contrib Cover additional errors and corner conditions in repack.c 2026-05-29 11:54:00 +02:00
doc doc: add comma to UPDATE docs, for consistency 2026-05-26 20:18:00 -04:00
src Cover additional errors and corner conditions in repack.c 2026-05-29 11:54:00 +02:00
.cirrus.star
.cirrus.tasks.yml Make stack depth check work with asan's use-after-return 2026-05-28 11:43:29 -04:00
.cirrus.yml
.dir-locals.el
.editorconfig
.git-blame-ignore-revs Add several commits to .git-blame-ignore-revs. 2026-05-13 14:53:48 -05:00
.gitattributes
.gitignore
.mailmap
aclocal.m4
configure
configure.ac
COPYRIGHT
GNUmakefile.in
HISTORY
Makefile
meson.build
meson_options.txt
README.md

PostgreSQL Database Management System

This directory contains the source code distribution of the PostgreSQL database management system.

PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions. This distribution also contains C language bindings.

Copyright and license information can be found in the file COPYRIGHT.

General documentation about this version of PostgreSQL can be found at https://www.postgresql.org/docs/devel/. In particular, information about building PostgreSQL from the source code can be found at https://www.postgresql.org/docs/devel/installation.html.

The latest version of this software, and related software, may be obtained at https://www.postgresql.org/download/. For more information look at our web site located at https://www.postgresql.org/.