From: Peter Eisentraut Date: Wed, 19 Jun 2019 14:35:43 +0000 (+0200) Subject: stress.py: Update port number in test script X-Git-Tag: pgbouncer_1_10_0~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66668aa77689f8cd67529bf221707c50d1cd036b;p=pgbouncer stress.py: Update port number in test script from 6000 to 6432 --- diff --git a/test/stress.py b/test/stress.py index fb5b842..e3fdf2a 100755 --- a/test/stress.py +++ b/test/stress.py @@ -12,7 +12,7 @@ conn_data = { 'dbname': 'marko', #'host': '127.0.0.1', 'host': '/tmp', - 'port': '6000', + 'port': '6432', 'user': 'marko', #'password': '', 'connect_timeout': '5',