diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-12-28 11:55:23 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-12-28 11:55:23 -0500 |
commit | 5f2e09bcccd771629fb7a2885f8c468ae0f7fb33 (patch) | |
tree | 959921290417e653778ed30dbaa1fc74227c7e59 /src/interfaces/libpq/fe-secure-gssapi.c | |
parent | ea80d8d9437e80de6506dbfe3765d834653312bf (diff) | |
download | postgresql-5f2e09bcccd771629fb7a2885f8c468ae0f7fb33.tar.gz postgresql-5f2e09bcccd771629fb7a2885f8c468ae0f7fb33.zip |
Further fix thinko in plpgsql memory leak fix.
There's a second call of get_eval_mcontext() that should also be
get_stmt_mcontext(). This is actually dead code, since no
interesting allocations happen before switching back to the
original context, but we should keep it in sync with the other
call to forestall possible future bugs.
Discussion: https://postgr.es/m/f075f7be-c654-9aa8-3ffc-e9214622f02a@enterprisedb.com
Diffstat (limited to 'src/interfaces/libpq/fe-secure-gssapi.c')
0 files changed, 0 insertions, 0 deletions