Fix incorrect use of bool

Peter Eisentraut <peter_e@gmx.net>

Commit: cb29ff8315ef74043f279c21783cca8aaf79ebde
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-11-04T16:00:58Z
Releases: 11.0
Fix incorrect use of bool

NSUnLinkModule() doesn't take a bool as second argument but one of set
of specific constants.  The numeric values are the same in this case,
but clean it up while we're cleaning up bool use elsewhere.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

Files

PathChange+/−
src/backend/port/dynloader/darwin.c modified +1 −1