diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-09-29 12:35:53 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-09-29 12:35:53 -0400 |
commit | 2c97f73468419672f2340afb24f1321695ee3002 (patch) | |
tree | 054fbb6b3fadc3dd61ee391c20869cd76731ac1b /src/backend/access/transam | |
parent | 92f1545d6ea9fbfe4b47108028ccaae351a1480c (diff) | |
download | postgresql-2c97f73468419672f2340afb24f1321695ee3002.tar.gz postgresql-2c97f73468419672f2340afb24f1321695ee3002.zip |
Fix bogus order of error checks in new channel_binding code.
Coverity pointed out that it's pretty silly to check for a null pointer
after we've already dereferenced the pointer. To fix, just swap the
order of the two error checks. Oversight in commit d6e612f83.
Diffstat (limited to 'src/backend/access/transam')
0 files changed, 0 insertions, 0 deletions