Re: parse_datestyle_internal always return TRUE
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Yury Bokhoncovich <byg@center-f1.ru>
Cc: pgsql-hackers@postgresql.org
Date: 2002-03-20T14:51:42Z
Lists: pgsql-hackers
Yury Bokhoncovich <byg@center-f1.ru> writes: > Does anybody know a reason parse_datestyle_internal always returns TRUE? Ancient history. Before GUC there were lots more routines and a lot of control structure in variable.c; the return value of the parse/set functions was used for something or other. The stuff remaining in variable.c isn't yet merged into the GUC mechanism ... but it should be. regards, tom lane