Re: parse_datestyle_internal always return TRUE
Thomas Lockhart <thomas@fourpalms.org>
From: Thomas Lockhart <thomas@fourpalms.org>
To: Yury Bokhoncovich <byg@center-f1.ru>
Cc: pgsql-hackers@postgresql.org
Date: 2002-03-20T14:54:54Z
Lists: pgsql-hackers
> Does anybody know a reason parse_datestyle_internal always returns TRUE?
It does not. However, if the code has not errored out on elog() calls
beforehand, the routine does return TRUE.
- Thomas