Replace offnum++ by OffsetNumberNext

From: Fujii Masao <fujii(dot)masao(at)oss(dot)ntt(dot)co(dot)jp>
To: pgsql-patches(at)postgresql(dot)org
Subject: Replace offnum++ by OffsetNumberNext
Date: 2008-04-04 15:13:30
Message-ID: 47F6459A.4040700@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This is the patch replace offnum++ by OffsetNumberNext.

According to off.h, OffsetNumberNext is the macro prepared to
disambiguate the different manipulations on OffsetNumbers.
But, increment operator was used in some places instead of the macro.

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
TEL (03)5860-5115
FAX (03)5463-5490

Attachment Content-Type Size
offnum.patch text/plain 3.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Robert Treat 2008-04-04 15:27:53 Re: Expose checkpoint start/finish times into SQL.
Previous Message Alvaro Herrera 2008-04-04 13:50:37 Re: Expose checkpoint start/finish times into SQL.