pgpool: Test: fix ruby script in 010.rewrite_timestamp.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Test: fix ruby script in 010.rewrite_timestamp.
Date: 2025-08-29 07:19:46
Message-ID: E1urtOk-00GOBp-05@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Test: fix ruby script in 010.rewrite_timestamp.

The ruby script used "File.exists", which is said to be obsoleted in
newer version of Ruby. Replace it with "File.exist".

Backpatch-through: v4.2

Branch
------
V4_6_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b4043e6c37c9c256f35108ffd0fffe59bed5ab39

Modified Files
--------------
src/test/regression/tests/010.rewrite_timestamp/timestamp/run-test | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-08-29 07:19:51 pgpool: Test: fix ruby script in 010.rewrite_timestamp.
Previous Message Tatsuo Ishii 2025-08-29 07:19:40 pgpool: Test: fix ruby script in 010.rewrite_timestamp.