pgsql: Suppress unused-variable warning.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Suppress unused-variable warning.
Date: 2020-04-10 16:00:40
Message-ID: E1jMw5A-00007B-DH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress unused-variable warning.

Ashutosh Bapat

Discussion: https://postgr.es/m/CAG-ACPWPB8Lc_aFj25eiPFqi31YB5vmaZnb39mbHSf5Yej=miA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/401418ca6a689f772cbfa1aedc7485cbbcde7a94

Modified Files
--------------
src/backend/partitioning/partbounds.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-04-10 17:13:15 pgsql: Doc: clarify locking requirements for ALTER TABLE ADD FOREIGN KE
Previous Message Tom Lane 2020-04-10 15:30:34 Re: pgsql: doc: add examples of creative use of unique expression indexes