From fd1a421fe66173fb9b85d3fe150afde8e812cbe4 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 2 Mar 2018 08:57:38 -0500 Subject: Add prokind column, replacing proisagg and proiswindow The new column distinguishes normal functions, procedures, aggregates, and window functions. This replaces the existing columns proisagg and proiswindow, and replaces the convention that procedures are indicated by prorettype == 0. Also change prorettype to be VOIDOID for procedures. Reviewed-by: Tom Lane Reviewed-by: Michael Paquier --- src/include/catalog/catversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/catalog/catversion.h') diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index e9484e10a4d..79e5af537d5 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201802241 +#define CATALOG_VERSION_NO 201803021 #endif -- cgit v1.2.3