Re: GUC parameters accepts values in both octal and hexadecimal formats
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
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