pgsql: Try to convince gcc that TupleQueueRemap never falls off the end

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Try to convince gcc that TupleQueueRemap never falls off the end
Date: 2015-11-07 04:06:23
Message-ID: E1Zuulj-0002db-CF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try to convince gcc that TupleQueueRemap never falls off the end.

Without this, MacOS gcc version 4.2.1 isn't convinced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8d7396e5092f1bc6433a38ccabaf88c8c681de11

Modified Files
--------------
src/backend/executor/tqueue.c | 2 ++
1 file changed, 2 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-11-07 14:38:30 Re: pgsql: Try to convince gcc that TupleQueueRemap never falls off the end
Previous Message Robert Haas 2015-11-07 04:03:30 pgsql: When completing ALTER INDEX .. SET, add an equals sign also.