]> granicus.if.org Git - postgresql/commit
Fix AclResult vs bool type mix-up
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 6 Apr 2017 15:31:18 +0000 (11:31 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 6 Apr 2017 15:32:07 +0000 (11:32 -0400)
commit301ca0d9a2f82ade11b2e5039d348badd28334cf
tree28c3a9196ec57b232420e1216156fd534b6c616e
parentb1fc51a36ecdf854be9e41ffb99953c40ef96ccf
Fix AclResult vs bool type mix-up

Using AclResult as a bool or vice versa works by accident, but it's
unusual and possibly confusing style, so write it out more explicitly.
contrib/pgrowlocks/pgrowlocks.c