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 404cd45 commit feaebcdCopy full SHA for feaebcd
pg_query_state.h
@@ -52,7 +52,6 @@ typedef struct
52
PG_QS_RequestResult result_code;
53
int warnings; /* bitmap of warnings */
54
int stack_depth;
55
- char filler[1024*1024];
56
char stack[FLEXIBLE_ARRAY_MEMBER]; /* sequencially laid out stack frames in form of
57
text records */
58
} shm_mq_msg;
0 commit comments