pgsql: Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.
Дата
Msg-id E1oGQ0p-001Nbh-9Y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove the restriction that the relmap must be 512 bytes.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve makeArrayTypeName's algorithm for choosing array type na