aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-06-28 14:17:42 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-06-28 14:17:42 -0400
commitcf1f545bf281d3dcb7b44e6b7f21a9369024fbf0 (patch)
tree11bf87b268f0ef8ca0761b9dcff7449a1a35d887 /src/backend/commands/analyze.c
parent203c5aaaba56715168c1e80a45d4929120c9281b (diff)
downloadpostgresql-cf1f545bf281d3dcb7b44e6b7f21a9369024fbf0.tar.gz
postgresql-cf1f545bf281d3dcb7b44e6b7f21a9369024fbf0.zip
Don't use abort(3) in libpq's fe-print.c.
Causing a core dump on out-of-memory seems pretty unfriendly, and surely is far outside the expected behavior of a general-purpose library. Just print an error message (as we did already) and return. These functions unfortunately don't have an error return convention, but code using them is probably just looking for a quick-n-dirty print method and wouldn't bother to check anyway. Although these functions are semi-deprecated, it still seems appropriate to back-patch this. In passing, also back-patch b90e6cef1, just to reduce cosmetic differences between the branches. Discussion: https://postgr.es/m/3122443.1624735363@sss.pgh.pa.us
Diffstat (limited to 'src/backend/commands/analyze.c')
0 files changed, 0 insertions, 0 deletions