/* -----------------------------------------------------------------------
* formatting.c
*
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.56.2.1 2003/09/03 15:00:07 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.56.2.2 2003/09/03 19:01:35 tgl Exp $
*
*
* Portions Copyright (c) 1999-2002, PostgreSQL Global Development Group
*/
DCHCacheEntry *ent;
- incache = 0;
+ incache = TRUE;
if ((ent = DCH_cache_search(str)) == NULL)
{
pfree(date_str);
pfree(str);
- if (incache)
+ if (!incache)
pfree(format);
}