Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix coverity warning about NULL pointer dereference
In current code skip_current_tuple will never be NULL pointer in ON CONFLICT DO NOTHING case but add an additional check nonetheless to make it safe against future refactoring.
- Loading branch information