From 7201ac10a382dab844a247d7da343e2ced8c0833 Mon Sep 17 00:00:00 2001 From: Jeevan Chalke Date: Thu, 11 Jul 2024 11:00:10 +0530 Subject: [PATCH] Stamp 2.3.2. --- expected/misc.out | 2 +- hdfs_fdw.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/expected/misc.out b/expected/misc.out index 60ee043..45ecfa0 100644 --- a/expected/misc.out +++ b/expected/misc.out @@ -14,7 +14,7 @@ CREATE USER MAPPING FOR public SERVER hdfs_server SELECT hdfs_fdw_version(); hdfs_fdw_version ------------------ - 20301 + 20302 (1 row) CREATE FOREIGN TABLE dept ( diff --git a/hdfs_fdw.c b/hdfs_fdw.c index 11357fb..166d66c 100644 --- a/hdfs_fdw.c +++ b/hdfs_fdw.c @@ -50,9 +50,9 @@ PG_MODULE_MAGIC; /* * In PG 9.5.1 the number will be 90501, - * our version is 2.3.1 so number will be 20301 + * our version is 2.3.2 so number will be 20302 */ -#define CODE_VERSION 20301 +#define CODE_VERSION 20302 /* * The number of rows in a foreign relation are estimated to be so less that