aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/arrayfuncs.c
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2023-10-24 21:37:35 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2023-10-24 21:37:35 +0200
commit66d6086cbcbfc8dee789a69bf56d967bf9607902 (patch)
treed3f0d171d50e605c13a9b12c6f360fb26c2ba349 /src/backend/utils/adt/arrayfuncs.c
parent387f9ed0a0832760a709d27abd630002903e3459 (diff)
downloadpostgresql-66d6086cbcbfc8dee789a69bf56d967bf9607902.tar.gz
postgresql-66d6086cbcbfc8dee789a69bf56d967bf9607902.zip
Speed up pg_regress server readiness testing.
Instead of connecting to the server with psql to check if it is ready for running tests, this changes pg_regress to use PQPing which avoids performing system() calls which are expensive on some platforms, like Windows. The frequency of tests is also increased in order to connect to the server faster. This patch is part of a larger effort to make testing consume fewer resources in order to be able to fit more tests into the available CI system constraints. Reviewed-by: Andres Freund <andres@anarazel.de> Discussion: https://postgr.es/m/20230823192239.jxew5s3sjru63lio@awork3.anarazel.de
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions