min_wal_size > max_wal_size is accepted

From: Marc Rechté <marc4(at)rechte(dot)fr>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: min_wal_size > max_wal_size is accepted
Date: 2020-05-07 09:12:56
Message-ID: e7585eaa-ceaf-be54-5c4f-a44a6cfba28f@rechte.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

It is possible to startup an instance with min > max, without the system
complaining:

mrechte=# show min_wal_size ;

2020-05-07 11:12:11.422 CEST [11098] LOG: durée : 0.279 ms

min_wal_size

--------------

128MB

(1 ligne)

mrechte=# show max_wal_size ;

2020-05-07 11:12:12.814 CEST [11098] LOG: durée : 0.275 ms

max_wal_size

--------------

64MB

(1 ligne)

This could be an issue ?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2020-05-07 09:22:42 Re: Fix pg_buffercache document
Previous Message Amit Kapila 2020-05-07 09:12:16 Re: Fix pg_buffercache document