Commit 2b7ccb17 authored by Tom Lane's avatar Tom Lane

Some further kibitzing on cachability of datetime functions.

In particular, mark all I/O functions that can produce or consume
a date as noncachable, in light of existence of DateStyle variable.
parent 4a147ba6
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* $Id: catversion.h,v 1.97 2001/10/03 05:29:24 thomas Exp $ * $Id: catversion.h,v 1.98 2001/10/03 17:22:05 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -53,6 +53,6 @@ ...@@ -53,6 +53,6 @@
*/ */
/* yyyymmddN */ /* yyyymmddN */
#define CATALOG_VERSION_NO 200110011 #define CATALOG_VERSION_NO 200110031
#endif #endif
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment