min_wal_size > max_wal_size is accepted - Mailing list pgsql-hackers

From Marc Rechté
Subject min_wal_size > max_wal_size is accepted
Date
Msg-id e7585eaa-ceaf-be54-5c4f-a44a6cfba28f@rechte.fr
Whole thread Raw
Responses Re: min_wal_size > max_wal_size is accepted  (Guillaume Lelarge <guillaume@lelarge.info>)
List 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 ?



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Fix pg_buffercache document
Next
From: Masahiko Sawada
Date:
Subject: Re: Fix pg_buffercache document