summaryrefslogtreecommitdiff
path: root/src/include/catalog/catversion.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-09-14 22:05:06 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-09-14 22:05:06 +0000
commit65ab9f4f243df8817982191bce2804f1ec7ecfa6 (patch)
treecdc21280df59d6ca13b0b86c0487fb64534bd0ed /src/include/catalog/catversion.h
parent2a20412c454c267e7f6892aa65bc1ab3b5532e5f (diff)
downloadpostgresql-65ab9f4f243df8817982191bce2804f1ec7ecfa6.tar.gz
Add a couple of information functions to support direct checks on whether
a schema is our own temp schema or another backend's temp schema, and use these in place of some former kluges in information_schema. Per my proposal of yesterday.
Diffstat (limited to 'src/include/catalog/catversion.h')
-rw-r--r--src/include/catalog/catversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index bc8269e398..125cc6cd5e 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.355 2006/09/10 00:29:34 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.356 2006/09/14 22:05:06 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 200609091
+#define CATALOG_VERSION_NO 200609141
#endif