Fix incorrect use of bool
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/port/dynloader/darwin.c | modified | +1 −1 |