pgsql: Add test for connection limits - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Add test for connection limits
Date
Msg-id E1sy98t-002i37-0N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add test for connection limits

Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://www.postgresql.org/message-id/a102f15f-eac4-4ff2-af02-f9ff209ec66f@iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6a1d0d470e84f960a50cbe0cd1e2eee4b8c9baa5

Modified Files
--------------
src/test/Makefile                              |  2 +-
src/test/meson.build                           |  1 +
src/test/postmaster/Makefile                   | 23 ++++++++
src/test/postmaster/README                     | 27 +++++++++
src/test/postmaster/meson.build                | 12 ++++
src/test/postmaster/t/001_connection_limits.pl | 79 ++++++++++++++++++++++++++
6 files changed, 143 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgsql: Doc: add check to detect non-breaking spaces in the docs.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix typo and run pgperltidy on newly-added test