diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-01-19 16:04:36 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-01-19 16:04:36 -0500 |
commit | 9c679a08f0cdedcf7f084daea3cba6ae9c3cbced (patch) | |
tree | 5adeacdf529b9b2694d93d4d02c5d7f584b44fd8 /src/backend/access/transam/parallel.c | |
parent | 7aaefadaac6452b2e813fae4ea531cb12d022531 (diff) | |
download | postgresql-9c679a08f0cdedcf7f084daea3cba6ae9c3cbced.tar.gz postgresql-9c679a08f0cdedcf7f084daea3cba6ae9c3cbced.zip |
Silence minor compiler warnings.
Ensure that ClassifyUtilityCommandAsReadOnly() has defined behavior
even if TransactionStmt.kind has a value that's not one of the
declared values for its enum.
Suppress warnings from compilers that don't know that elog(ERROR)
doesn't return, in ClassifyUtilityCommandAsReadOnly() and
jsonb_set_lax().
Per Coverity and buildfarm.
Diffstat (limited to 'src/backend/access/transam/parallel.c')
0 files changed, 0 insertions, 0 deletions