pgsql: Silence another _bt_check_unique compiler warning.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Silence another _bt_check_unique compiler warning.
Date: 2021-04-08 19:55:25
Message-ID: E1lUakP-000305-N3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence another _bt_check_unique compiler warning.

Per complaint from Tom Lane

Discussion: https://postgr.es/m/1922884.1617909599@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/796092fb84c08162ae803e83a13aa8bd6d9b23d0

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 Alvaro Herrera 2021-04-08 20:11:49 Re: pgsql: autovacuum: handle analyze for partitioned tables
Previous Message Tom Lane 2021-04-08 19:38:36 pgsql: Add support for tab-completion of type arguments in \df, \do.