pgsql: Trivial cosmetic cleanup in bloom/blutils.c.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Trivial cosmetic cleanup in bloom/blutils.c.
Дата
Msg-id E1bXslg-0003pU-3L@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Trivial cosmetic cleanup in bloom/blutils.c.

Don't spell "InvalidOid" as "0".  Initialize method fields in the same
order as amapi.h declares them (and every other AM handler initializes
them).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e3049285a3b8790e26e584fdf1ca31ea2e2eb4bc

Modified Files
--------------
contrib/bloom/blutils.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Reject, in pg_dumpall, names containing CR or LF.