This has been supported since
c649fa24a.
Discussion: https://postgr.es/m/CAApHDvpqp6vtUzG-_josUEiBGyqnrnVxJ-VdF+hJLXjHdHzsyQ@mail.gmail.com
uint64 queryId; /* query identifier (copied from Query) */
- bool hasReturning; /* is it insert|update|delete RETURNING? */
+ bool hasReturning; /* is it insert|update|delete|merge RETURNING? */
- bool hasModifyingCTE; /* has insert|update|delete in WITH? */
+ bool hasModifyingCTE; /* has insert|update|delete|merge in WITH? */
bool canSetTag; /* do I set the command result tag? */