Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.
authorRobert Haas <rhaas@postgresql.org>
Tue, 26 Jul 2022 19:10:25 +0000 (15:10 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 26 Jul 2022 19:12:09 +0000 (15:12 -0400)
commit8bb3ad462f8d53b67d2c4707e9dde6604a276bd9
treee06388fd7c0e29fd19b9d6958f413ff089d41e6d
parentd8cd0c6c95c0120168df93aae095df4e0682a08a
Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.

The BoolGetDatum() call ended up in the wrong place. It should be
applied when we, err, want to convert a bool to a datum.

Thanks to Tom Lane for noticing this.

Discussion: http://postgr.es/m/2511599.1658861964@sss.pgh.pa.us
src/backend/commands/user.c