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:51
Message-ID: E1urtOp-00GOCb-0d@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
------
master

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

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-31 06:25:47 pgpool: Test: stabilize 039.log_backend_messages test.
Previous Message Tatsuo Ishii 2025-08-29 07:19:46 pgpool: Test: fix ruby script in 010.rewrite_timestamp.