pgsql: Fix spurious compiler warning in nbtxlog.c.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix spurious compiler warning in nbtxlog.c.
Date: 2019-03-20 21:06:05
Message-ID: E1h6iPV-0006Mw-9i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix spurious compiler warning in nbtxlog.c.

Cleanup from commit dd299df8.

Per complaint from Tom Lane.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3d0dcc5c7fb9cfc349d1b2d476a1c0c5d64522bd

Modified Files
--------------
src/backend/access/nbtree/nbtxlog.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-20 21:13:55 Re: pgsql: Make heap TID a tiebreaker nbtree index column.
Previous Message Peter Geoghegan 2019-03-20 20:52:51 Re: pgsql: Make heap TID a tiebreaker nbtree index column.