Manav Kumar <mkumar(at)yugabyte(dot)com> writes:
> Can you please correct me regarding the precedence order of overriding the
> DEFAULT values for GUC's.
The precedence order is determined by the GucSource enum:
https://github.com/postgres/postgres/blob/master/src/include/utils/guc.h#L111
regards, tom lane