From c4f3b63caba02b087519d58cb9bf4990b9c8ec45 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 7 Feb 2020 15:08:17 +0900 Subject: [PATCH] Bump catalog version for the addition of leader_pid in pg_stat_activity Oversight in commit b025f32. Per private report from Julien Rouhaud. --- src/include/catalog/catversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index b520c050839..571b6a2c23b 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202001291 +#define CATALOG_VERSION_NO 202002071 #endif -- 2.39.5