pgsql: Reorder connection markers in loadbalance tests

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reorder connection markers in loadbalance tests
Date: 2023-04-21 10:38:35
Message-ID: E1ppo9y-0048v9-2f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reorder connection markers in loadbalance tests

Commit 7f5b198 introduced TAP tests that use string literals to mark
the presence of a query in server logs. Reorder the markers to make
sure they are used in alphabetical order for easier debugging.

Author: Gurjeet Singh <gurjeet(at)singh(dot)im>
Reviewed-by: Jelte Fennema <postgres(at)jeltef(dot)nl>
Discussion: https://postgr.es/m/CABwTF4WcYAENqyUQS2crAYfDuJ497v82ty2-MirjaC+zz9e8nQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a23ab2eebfb19bacb9e8d91edb822a0fec37334c

Modified Files
--------------
src/interfaces/libpq/t/003_load_balance_host_list.pl | 12 ++++++------
src/interfaces/libpq/t/004_load_balance_dns.pl | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2023-04-21 15:31:20 pgsql: Avoid character classification in regex escape parsing.
Previous Message Daniel Gustafsson 2023-04-21 08:26:28 pgsql: Make libpq error messages consistent for translation