From 65ab9f4f243df8817982191bce2804f1ec7ecfa6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 14 Sep 2006 22:05:06 +0000 Subject: 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. --- src/include/catalog/catversion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/catalog/catversion.h') 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 -- cgit v1.2.1