Use INT_MAX for wal size related gucs's max value - Mailing list pgsql-hackers

From Junwang Zhao
Subject Use INT_MAX for wal size related gucs's max value
Date
Msg-id CAEG8a3K7rT=6VkT5xVxjku0EsXczedZX40U=buKer1Df3e-pcA@mail.gmail.com
Whole thread Raw
Responses Re: Use INT_MAX for wal size related gucs's max value
List pgsql-hackers
The wal size related gucs use the MB unit, so we should just use
INT_MAX instead of MAX_KILOBYTES as the max value.

-- 
Regards
Junwang Zhao

Attachment

pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Allowing parallel-safe initplans
Next
From: Tom Lane
Date:
Subject: Re: Use INT_MAX for wal size related gucs's max value