diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-07-27 12:12:37 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-07-27 12:12:37 -0400 |
commit | 1e2f941db1671909ba3bde447c224bb64d1c002a (patch) | |
tree | e23f3206c913ca35d84b17955ee6f767c713136d /src/backend/executor/nodeProjectSet.c | |
parent | b884f629dcbac002a703ccaf0990d9467ae69a19 (diff) | |
download | postgresql-1e2f941db1671909ba3bde447c224bb64d1c002a.tar.gz postgresql-1e2f941db1671909ba3bde447c224bb64d1c002a.zip |
Avoid use of sprintf/snprintf in describe.c.
Most places were already using the PQExpBuffer library for constructing
variable-length strings; bring the two stragglers into line.
describeOneTSParser was living particularly dangerously since it wasn't
even using snprintf().
Daniel Gustafsson
Discussion: https://postgr.es/m/3641F19B-336A-431A-86CE-A80562505C5E@yesql.se
Diffstat (limited to 'src/backend/executor/nodeProjectSet.c')
0 files changed, 0 insertions, 0 deletions