Remove log_checkpoints = true from .pl tests

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Remove log_checkpoints = true from .pl tests
Date: 2022-08-12 04:30:53
Message-ID: CALj2ACW2jxNPEeK25rzAXoA8Xo5EcP61Qwp5f3BvXWvgSSZn7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

With commit 64da07c41a8c0a680460cdafc79093736332b6cf making default
value of log_checkpoints to on, do we need to remove explicit settings
in perl tests to save some (5) LOC?

Although, it's harmless, here's a tiny patch to remove them.

--
Bharath Rupireddy
RDS Open Source Databases: https://aws.amazon.com/rds/postgresql/

Attachment Content-Type Size
v1-0001-Remove-log_checkpoints-true-from-.pl-tests.patch application/octet-stream 2.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-08-12 05:34:32 Re: Remove log_checkpoints = true from .pl tests
Previous Message Andres Freund 2022-08-12 04:28:54 Re: test failure with gcc-12 -O3 -march=native