Silence compiler warning in Assert()

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: fd66ca083d460c2f759f99fb77b1fca7e1f3d682
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2018-10-08T13:37:21Z
Releases: 9.5.15
Silence compiler warning in Assert()

gcc 6.3 does not whine about this mistake I made in 39808e8868c8 but
evidently lots of other compilers do, according to Michael Paquier,
Peter Eisentraut, Arthur Zakirov, Tomas Vondra.

Discussion: too many to list

Files

PathChange+/−
src/backend/commands/event_trigger.c modified +1 −1