Обсуждение: pgsql: Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.

Поиск
Список
Период
Сортировка

pgsql: Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.

От
Robert Haas
Дата:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8bb3ad462f8d53b67d2c4707e9dde6604a276bd9

Modified Files
--------------
src/backend/commands/user.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)