pgsql: Silence another compiler warning in nbtinsert.c.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Silence another compiler warning in nbtinsert.c.
Date: 2020-02-26 23:16:45
Message-ID: E1j75v3-00048f-Qz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence another compiler warning in nbtinsert.c.

Per complaint from Álvaro Herrera.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2c0797da2c26dd5574e0d9128887c1fc2a385c25

Modified Files
--------------
src/backend/access/nbtree/nbtinsert.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-02-26 23:16:49 Re: pgsql: Silence compiler warning in nbtinsert.c.
Previous Message Tom Lane 2020-02-26 23:14:32 pgsql: Suppress unnecessary RelabelType nodes in more cases.