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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Trivial cosmetic cleanup in bloom/blutils.c.
Date: 2016-08-11 16:23:40
Message-ID: E1bXslg-0003pU-3L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-08-11 19:14:30 pgsql: Add ID property to replication slots' sect2
Previous Message Tom Lane 2016-08-11 15:22:50 pgsql: Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.