diff options
author | Tomas Vondra | 2018-10-12 12:23:29 +0000 |
---|---|---|
committer | Tomas Vondra | 2018-10-12 12:31:41 +0000 |
commit | cf2518f48d2d1daf0807a774177b21f9549ec8a7 (patch) | |
tree | 28685cd5b3409f5ae1b9e1e0001dabc8cb8853c3 /src/backend/utils/adt/jsonfuncs.c | |
parent | 332250d176df9fcf27c0fa9be312dab1e1f49d42 (diff) |
Use sufficiently large buffer in SharedQueueWrite
The sq_key alone may be up to 64 bytes, so we need more than that.
We could use dynamic memory instead, but 128 bytes should be enough
both for the sq_key and the other pieces.
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions