pgsql: Trivial cosmetic cleanup in bloom/blutils.c. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Trivial cosmetic cleanup in bloom/blutils.c.
Date
Msg-id E1bXslg-0003pU-3L@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Next
From: Noah Misch
Date:
Subject: pgsql: Reject, in pg_dumpall, names containing CR or LF.