pgsql: Add test for connection limits

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add test for connection limits
Date: 2024-10-08 12:16:43
Message-ID: E1sy98t-002i37-0N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add test for connection limits

Reviewed-by: Andres Freund <andres(at)anarazel(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-10-08 12:49:19 pgsql: Fix typo and run pgperltidy on newly-added test
Previous Message Tatsuo Ishii 2024-10-08 11:26:20 pgsql: Doc: add check to detect non-breaking spaces in the docs.