summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/catalog/catversion.h2
-rw-r--r--src/include/catalog/pg_cast.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index 508741fd443..f416094380c 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 201503011
+#define CATALOG_VERSION_NO 201503031
#endif
diff --git a/src/include/catalog/pg_cast.h b/src/include/catalog/pg_cast.h
index b3143694ab3..c49fe263bbf 100644
--- a/src/include/catalog/pg_cast.h
+++ b/src/include/catalog/pg_cast.h
@@ -360,7 +360,7 @@ DATA(insert ( 1562 1562 1687 i f ));
DATA(insert ( 1700 1700 1703 i f ));
/* json to/from jsonb */
-DATA(insert ( 114 3802 0 e i ));
-DATA(insert ( 3802 114 0 e i ));
+DATA(insert ( 114 3802 0 a i ));
+DATA(insert ( 3802 114 0 a i ));
#endif /* PG_CAST_H */