summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPeter Eisentraut2017-04-05 16:17:03 +0000
committerPeter Eisentraut2017-04-06 18:30:13 +0000
commit5f21f5292c0856536ac0724974a8bc6b296b9ef6 (patch)
treee59cababca9af6b265033f43e9bab844836f13c0 /src/include
parent4be613f692b8f474d5766627a636e7f838131587 (diff)
Mark immutable functions in information schema as parallel safe
Also add opr_sanity check that all preloaded immutable functions are parallel safe. (Per discussion, this does not necessarily have to be true for all possible such functions, but deviations would be unlikely enough that maintaining such a test is reasonable.) Reported-by: David Rowley <david.rowley@2ndquadrant.com> Reviewed-by: Robert Haas <robertmhaas@gmail.com> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/catalog/catversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index 4dd571a2e2b..0f118dfffbb 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 201704061
+#define CATALOG_VERSION_NO 201704062
#endif