]> granicus.if.org Git - postgresql/commit
Fix incorrect use of bool
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 14 Sep 2017 12:30:03 +0000 (08:30 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 4 Nov 2017 16:00:58 +0000 (12:00 -0400)
commitcb29ff8315ef74043f279c21783cca8aaf79ebde
tree761bf31ecc8a10586b26d4c5e0493758d0a600a9
parenta9169f0200fc57e01cbd216bbd41c9ea3a79a7b0
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>
src/backend/port/dynloader/darwin.c