We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906651f commit df6ca83Copy full SHA for df6ca83
src/include/config.h
@@ -65,5 +65,17 @@
65
/*------------------------------------------------------*/
66
/* #define UNSAFE_FLOATS */
67
68
+/*
69
+
70
+There is a bug in the function executor. The backend crashes while trying to
71
+execute an sql function containing an utility command (create, notify, ...).
72
+The bug is part in the planner, which returns a number of plans different
73
+than the number of commands if there are utility commands in the query, and
74
+in part in the function executor which assumes that all commands are normal
75
+query commands and causes a SIGSEGV trying to execute commands without plan.
76
77
+*/
78
+#define FUNC_UTIL_PATCH
79
80
#endif /* CONFIG_H */
81
0 commit comments