Re: GUC parameters accepts values in both octal and hexadecimal formats

2019-01-25 Thread Bruce Momjian
On Tue, Jan 8, 2019 at 05:08:41PM +1100, Haribabu Kommi wrote: > Hi Hackers, > > The Server GUC parameters accepts values in both Octal and hexadecimal formats > also. > > postgres=# set max_parallel_workers_per_gather='0x10'; > postgres=# show

GUC parameters accepts values in both octal and hexadecimal formats

2019-01-07 Thread Haribabu Kommi
Hi Hackers, The Server GUC parameters accepts values in both Octal and hexadecimal formats also. postgres=# set max_parallel_workers_per_gather='0x10'; postgres=# show max_parallel_workers_per_gather; max_parallel_workers_per_gather - 16 post