pgsql: Silence compiler warning.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence compiler warning.
Date: 2016-12-08 19:57:58
Message-ID: E1cF4pK-0000vg-TM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence compiler warning.

Per report from Stephen Frost.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ab4575dcf18fad1bc20d4a1bde6dc33c8d2561b6

Modified Files
--------------
src/backend/catalog/partition.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-12-08 19:58:36 Re: [COMMITTERS] pgsql: Implement table partitioning.
Previous Message Robert Haas 2016-12-08 19:35:33 pgsql: Log the creation of an init fork unconditionally.